Class MoveAssetCommandArguments
Move asset command arguments.
public sealed class MoveAssetCommandArguments
- Inheritance
-
objectMoveAssetCommandArguments
- Extension Methods
Properties
AssetIdentifier
Identifier of the asset to move.
public Guid AssetIdentifier { get; set; }
Property Value
- Guid
LibraryIdentifier
Identifier of the library.
public int LibraryIdentifier { get; set; }
Property Value
- int
NewPath
Folder path to move the asset to.
public string NewPath { get; set; }
Property Value
- string