Interface IAssetCollectionCreation
This object contains the information about an asset collection.
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public interface IAssetCollectionCreation
Properties
Description
Describes the collection.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the collection.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
ParentPath
The path to the parent collection; can be empty.
Declaration
CollectionPath ParentPath { get; set; }
Property Value
Type | Description |
---|---|
CollectionPath |