Interface IBatchUpdateControl
Summary description for IMetaControl
Namespace: Mediachase.Web.Console.Interfaces
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public interface IBatchUpdateControl
Properties
CatalogNodeId
Gets or sets the catalog node ID.
Declaration
int CatalogNodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The catalog node ID. |
FieldName
Gets or sets the field name.
Declaration
string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The field name. |
IsMetaField
Gets or sets the flag is meta field.
Declaration
bool IsMetaField { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The flag is meta field. |
LanguageCode
Gets or sets the language code.
Declaration
string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The language code. |
WarehouseId
The warheouse ID to search by when looking up inventory fields. You do not set this if you are not working with a variation (or the like that has inventory information).
Declaration
int? WarehouseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Methods
Update()
Updates this instance.
Declaration
void Update()