Class AssetCollectionCreation
This object contains the information pertaining to an asset collection.
Inheritance
AssetCollectionCreation
Syntax
public class AssetCollectionCreation : IAssetCollectionCreation
Constructors
AssetCollectionCreation(String, String)
Declaration
public AssetCollectionCreation(string name, string description)
Parameters
Properties
Description
Declaration
public string Description { get; }
Property Value
Implements
Declaration
public IDeserializable Metadata { get; set; }
Property Value
Implements
Name
Declaration
public string Name { get; }
Property Value
Implements
ParentPath
Declaration
public CollectionPath ParentPath { get; set; }
Property Value
Implements