Click or drag to resize

UserInfoActivityStatus Enumeration

UserInfoActivityStatus is used for the outbound response object of UserInfo Model Add and Update commands. Which describes the status of the request

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public enum UserInfoActivityStatus
Members
Member nameValueDescription
Success2 Describes the Status success
PartialSuccess3 Describes the Status partial success with warning
Failed4 Describes the Status failure
See Also