DeleteResultStatus Property | |
The status of the object/row where a delete operation from the system was attempted
Namespace: AppOne.Services.V2Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public DeleteResultStatus Status { get; set; }
function get_Status();
function set_Status(value);
Property Value
DeleteResultStatusRemarks
The status of the object/row where a delete operation from the system was attempted.
Predefined Status Values
Name | Value |
---|
Unknown | 0 |
Success | 1 |
IDNotFound | 2 |
Note |
---|
The Status and IsDeleted properties are similar, however the status message allows for more granularity as to the cause of the result action. Neither IsDeleted or Status
carry any historical reference to what happened to the request in the past. It is only a direct response to the current state of the request made.
|
Example 1, Success
See Also