Class MoveAssetCommandResult
Result representing success of move command.
[Obsolete("Media libraries and their APIs are obsolete and will be discontinued in the future. Please migrate all media library files to Content hub and use their corresponding content item APIs.")]
public sealed class MoveAssetCommandResult
- Inheritance
-
objectMoveAssetCommandResult
- Extension Methods
Constructors
MoveAssetCommandResult()
public MoveAssetCommandResult()
Properties
Success
Indicates whether move was successful or not.
public bool Success { get; set; }
Property Value
- bool