Class ResultInfo
Encapsulates the result of a server operation (such as document import, export, etc.)
Syntax
public class ResultInfo
Fields
DetailedMessage
Declaration
public string DetailedMessage
Type
StringMainMessage
Some textual information related to the operation that can be displayed to the user. This can be summary information on success or the main error message in can of an error. Can be null.
Declaration
public string MainMessage
Type
StringResultStatus
The ResultStatus of the operation.
Declaration
public ResultStatus ResultStatus