Class CatalogItemAsset
Inheritance
System.Object
CatalogItemAsset
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Assets.ImportExport
Assembly: Mediachase.Commerce.dll
Version: 10.8.0Syntax
public class CatalogItemAsset
Constructors
CatalogItemAsset()
Declaration
public CatalogItemAsset()
CatalogItemAsset(CatalogItemTypeEnum, String, String, String, String, String, String, Int32)
Declaration
public CatalogItemAsset(CatalogItemTypeEnum catalogItemType, string catalogItemCode, string assetPath, string assetName, string assetType, string mimeType, string groupName, int sortOrder = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| CatalogItemTypeEnum | catalogItemType | |
| System.String | catalogItemCode | |
| System.String | assetPath | |
| System.String | assetName | |
| System.String | assetType | |
| System.String | mimeType | |
| System.String | groupName | |
| System.Int32 | sortOrder |
Properties
AssetName
Declaration
public string AssetName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AssetPath
Declaration
public string AssetPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AssetType
Declaration
public string AssetType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CatalogItemCode
Declaration
public string CatalogItemCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CatalogItemType
If not node, then it is an entry.
Declaration
public CatalogItemTypeEnum CatalogItemType { get; set; }
Property Value
| Type | Description |
|---|---|
| CatalogItemTypeEnum |
GroupName
Declaration
public string GroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MimeType
Declaration
public string MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SortOrder
Declaration
public int SortOrder { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |