FormTemplate Members
Include Protected Members
Include Inherited Members
Represents an administrator approved, browser-enabled form template that is available on the server farm.
The FormTemplate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FormTemplate | Infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
Category | Gets or sets the category of the form template. | |
CreatedTimeUtc | Gets the time, in Universal Time Coordinated (UTC), that the form template was created. | |
DataConnectionFileReferences | Gets a collection of Universal Data Connection (UDC) files that are referenced in the form template. | |
Description | Gets the description of the form template. | |
DisplayName | (Overrides SPPersistedObject.DisplayName.) | |
Farm | (Inherited from SPPersistedObject.) | |
FeatureId | Gets the SharePoint feature identification (ID), if applicable, associated with the form template. | |
FormId | Gets the form template identification (ID) value. | |
FormTemplateStatus | Gets the current state of the form template. | |
FullTrust | Gets a value indicating whether the form template security level is Full Trust. | |
Id | (Inherited from SPPersistedObject.) | |
Locale | Gets the locale of the form template. | |
ModifiedTimeUtc | Gets the time, in Universal Time Coordinated (UTC), that the form template was last modified. | |
Name | (Inherited from SPPersistedObject.) | |
Parent | (Inherited from SPPersistedObject.) | |
Properties | (Inherited from SPPersistedObject.) | |
QuiesceStatus | Gets the status of a form template's quiesce state. | |
Signed | Gets a value indicating whether the form template is digitally signed. | |
SolutionId | Gets the solution identification (ID) of the form template. | |
Status | (Inherited from SPPersistedObject.) | |
TypeName | (Inherited from SPPersistedObject.) | |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) | |
Version | (Inherited from SPPersistedObject.) | |
WorkflowEnabled | Gets a boolean value indicating whether the form template can be used in a SharePoint workflow process. |
Top
Methods
Name | Description | |
---|---|---|
Activate | Activates a form template to a SharePoint site collection. | |
Clone | (Inherited from SPPersistedObject.) | |
Deactivate | Deactivates a form template from a SharePoint site collection. | |
Delete | (Inherited from SPPersistedObject.) | |
Equals | (Inherited from SPPersistedObject.) | |
Finalize | (Inherited from Object.) | |
GetAbsoluteUrl | Gets the full URL of a form template on a SharePoint site. | |
GetChild<T>() | (Inherited from SPPersistedObject.) | |
GetChild<T>(String) | (Inherited from SPPersistedObject.) | |
GetHashCode | (Inherited from SPPersistedObject.) | |
GetObjectData | (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | (Inherited from SPPersistedObject.) | |
Provision | (Inherited from SPPersistedObject.) | |
Quiesce | Quiesces, or takes offline, the form template. | |
QuiesceEndTime | Provides the time when the FormTemplate.FormTemplateState changes from Quiescing to Quiesced. | |
ToString | (Inherited from SPPersistedObject.) | |
Uncache | (Inherited from SPPersistedObject.) | |
Unprovision | (Inherited from SPPersistedObject.) | |
Unquiesce | Brings a form template back online so new forms can be created based on the form template that was previously quiesced. | |
Update() | Override provided for the Update method of the SPPersistedObject object. (Overrides SPPersistedObject.Update().) | |
Update(Boolean) | (Inherited from SPPersistedObject.) | |
UpdateParent | (Inherited from SPAutoSerializingObject.) | |
Validate | (Inherited from SPPersistedObject.) |
Top