Click or drag to resize

UpdateResultStatus Enumeration

Used to report on the status of an Update request

Namespace: AppOne.Services.V2
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public enum UpdateResultStatus
Members
Member nameValueDescription
Failed0 The update failed
Success1 The update was successful
PartialSuccess2 The update was a partially successful
See Also