FormTemplateCollection.Item Method
Include Protected Members
Include Inherited Members
Gets a FormTemplate object in the FormTemplateCollection collection.
Overload List
Name | Description | |
---|---|---|
Item(Guid) | Gets a reference to a form template in the FormTemplateCollection collection using a GUID. | |
Item(FileInfo) | Gets a FormTemplate object in the FormTemplateCollection collection. | |
Item(String) | Gets a FormTemplate object in the FormTemplateCollection collection using the form template name. |
Top