Class WorkingDocumentTemplateDTO
Represents a work document template.
Inherited Members
Namespace: Integration.DataContracts
Syntax
[DataContract]
public class WorkingDocumentTemplateDTO
Properties
Extension
The extension of the work document template
Declaration
[DataMember]
public string Extension { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the work document template |
Name
The name of the work document template
Declaration
[DataMember]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the work document template |
TemplateID
The unique id of the work document template
Declaration
[DataMember]
public int TemplateID { get; set; }
Property Value
Type | Description |
---|---|
int | The unique id of the work document template |