Class MoveAssetCommandResult
Result representing success of move command.
public sealed class MoveAssetCommandResult
- Inheritance
-
objectMoveAssetCommandResult
- Extension Methods
Properties
Success
Indicates whether move was successful or not.
public bool Success { get; set; }
Property Value
- bool