Class VersionUpdateResult
Represents the result of a version update operation.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class VersionUpdateResult
Properties
ErrorCode
Gets or sets the error code of the operation.
Declaration
public string ErrorCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsValidAction
Gets or sets the validity of the operation.
Declaration
public bool IsValidAction { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |