FileSystemCommandResult.Success Property
Specifies whether the command is handled successfully.
Namespace: DevExtreme.AspNet.Mvc.FileManagement
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public bool Success { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, if the command is handled successfully; otherwise, false. |
See Also