FormTemplateCollection Members

Include Protected Members
Include Inherited Members

Represents all Administrator-approved form templates on the server farm.

The FormTemplateCollection type exposes the following members.

Properties

  Name Description
Public property Count (Inherited from SPPersistedObjectCollection<FormTemplate>.)
Public property IsEmpty (Inherited from SPPersistedObjectCollection<FormTemplate>.)
Public property Item[Guid] (Inherited from SPPersistedObjectCollection<FormTemplate>.)
Public property Item[String] (Inherited from SPPersistedObjectCollection<FormTemplate>.)
Protected property Parent (Inherited from SPPersistedObjectCollection<FormTemplate>.)

Top

Methods

  Name Description
Public method Add (Inherited from SPPersistedChildCollection<FormTemplate>.)
Public method Ensure (Inherited from SPPersistedChildCollection<FormTemplate>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from SPPersistedObjectCollection<FormTemplate>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValue<U>() (Inherited from SPPersistedObjectCollection<FormTemplate>.)
Public method GetValue<U>(String) (Inherited from SPPersistedObjectCollection<FormTemplate>.)
Public method GetValue<U>(Guid) (Inherited from SPPersistedObjectCollection<FormTemplate>.)
Public method ItemFromFile Gets a FormTemplate object in the FormTemplateCollection collection using the file path.
Protected method MemberwiseClone (Inherited from Object.)
Public method ReconvertAll Reconverts existing form templates deployed in the collection.
Public methodStatic member RegisterFormTemplate(String, SPFeatureDefinition) Registers a form template on a server farm.
Public methodStatic member RegisterFormTemplate(String, SPFeatureDefinition, Boolean) Registers a form template on the server farm.
Public method Remove (Inherited from SPPersistedChildCollection<FormTemplate>.)
Public method RemoveFormTemplate Removes an Administrator-approved form template from the server farm.
Public method ToString (Inherited from Object.)
Public method UnregisterFormTemplate Removes a registered form template from the server farm.
Public method UpgradeFormTemplate Upgrades a form template that may have current open sessions.
Public method UploadFormTemplate Uploads an InfoPath form template to a server farm.
Public methodStatic member VerifyFormTemplate Verifies that the form template can be browser-enabled.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from SPPersistedObjectCollection<FormTemplate>.)

Top

See Also

Reference

FormTemplateCollection Class

Microsoft.Office.InfoPath.Server.Administration Namespace