DocumentNameTemplate Constructor
Overloads
DocumentNameTemplate(DocumentNameTemplate.eNameTemplateType, String) | ||
DocumentNameTemplate(String, String) | ||
DocumentNameTemplate(String) |
Contructor that populates Type and Value from a string starting and ending with "%" |
DocumentNameTemplate(DocumentNameTemplate.eNameTemplateType, String)
Declaration
public DocumentNameTemplate(DocumentNameTemplate.eNameTemplateType iType, string iValue)
Parameters
Type | Name | Description |
---|---|---|
DocumentNameTemplate.eNameTemplateType | iType | |
System.String | iValue |
DocumentNameTemplate(String, String)
Declaration
public DocumentNameTemplate(string iType, string iValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | iType | |
System.String | iValue |
DocumentNameTemplate(String)
Contructor that populates Type and Value from a string starting and ending with "%"
Declaration
public DocumentNameTemplate(string iTemplateString)
Parameters
Type | Name | Description |
---|---|---|
System.String | iTemplateString |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!