Click or drag to resize

DeleteResultStatus Property

The status of the object/row where a delete operation from the system was attempted

Namespace: AppOne.Services.V2
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public DeleteResultStatus Status { get; set; }

Property Value

DeleteResultStatus
Remarks
The status of the object/row where a delete operation from the system was attempted.

Predefined Status Values

NameValue
Unknown0
Success1
IDNotFound2
Note  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