FormTemplateCollection methods
SharePoint 2013
The FormTemplateCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | (Inherited from SPPersistedChildCollection<FormTemplate>.) |
|
Ensure | (Inherited from SPPersistedChildCollection<FormTemplate>.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetEnumerator | (Inherited from SPPersistedObjectCollection<FormTemplate>.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
GetValue<U>() | (Inherited from SPPersistedObjectCollection<FormTemplate>.) |
|
GetValue<U>(String) | (Inherited from SPPersistedObjectCollection<FormTemplate>.) |
|
GetValue<U>(Guid) | (Inherited from SPPersistedObjectCollection<FormTemplate>.) |
|
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. |
|
ItemFromFile | Gets a FormTemplate object in the FormTemplateCollection collection using the file path. |
|
MemberwiseClone | (Inherited from Object.) |
|
ReconvertAll | Reconverts existing form templates deployed in the collection. |
|
RegisterFormTemplate(String, SPFeatureDefinition) | Registers a form template on a server farm. |
|
RegisterFormTemplate(String, SPFeatureDefinition, Boolean) | Registers a form template on the server farm. |
|
RegisterFormTemplate(String, String, SPFeatureDefinition, Boolean) | Registers a form template on the server farm. |
|
Remove | (Inherited from SPPersistedChildCollection<FormTemplate>.) |
|
RemoveFormTemplate | Removes an Administrator-approved form template from the server farm. |
|
ToString | (Inherited from Object.) |
|
UnregisterFormTemplate | Removes a registered form template from the server farm. |
|
UpgradeFormTemplate | Upgrades a form template that may have current open sessions. |
|
UploadFormTemplate | Uploads an InfoPath form template to a server farm. |
|
VerifyFormTemplate | Verifies that the form template can be browser-enabled. |
| Name | Description | |
|---|---|---|
|
IBackupRestore.AddBackupObjects | Adds the IBackupRestore object and its child IBackupRestore objects to the specified backup object. |
|
IBackupRestore.OnAbort | Assists in a graceful termination when a user cancels a backup or restore operation. |
|
IBackupRestore.OnBackup | Creates and stores the backup copy of the content component. |
|
IBackupRestore.OnBackupComplete | Provides post backup processing. |
|
IBackupRestore.OnPostRestore | Provides post restore processing. |
|
IBackupRestore.OnPrepareBackup | Creates and stores the backup copy of the content component. |
|
IBackupRestore.OnPreRestore | Provides restore preparation processing. |
|
IBackupRestore.OnRestore | Reads the backed up content and copies it to the target destination of the restore operation. |
|
IEnumerable.GetEnumerator | (Inherited from SPPersistedObjectCollection<FormTemplate>.) |