Class XmlDSigContentType
Inheritance
System.Object
XmlDSigContentType
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class XmlDSigContentType : object
Constructors
XmlDSigContentType()
Creates a new instance of this class
Declaration
public XmlDSigContentType()
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
ErrorInfo
Declaration
public string ErrorInfo { get; set; }
Property Value
Type |
Description |
System.String |
|
Nodes
Declaration
public List<XmlDSigContentType> Nodes { get; set; }
Property Value
Status
Declaration
public XmlDSigStatusType Status { get; set; }
Property Value
Warning
Declaration
public bool Warning { get; set; }
Property Value
Type |
Description |
System.Boolean |
|