Class FormTemplate
Definition of the Save Template
Inheritance
System.Object
FormTemplate
Assembly: DocuWare.Platform.ServerClient.dll
public class FormTemplate : object
Properties
Declaration
public List<string> ExcludedFileAttachments { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string TemplateGUID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public List<Zone> Zones { get; set; }
Property Value
Type |
Description |
List<Zone> |
|