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 | Initializes a new instance of the FormTemplate class. |
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 | Gets the name of the form template displayed on the Manage form templates page of the Central Administration site. (Overrides SPPersistedObject.DisplayName.) | |
Farm | (Inherited from SPPersistedObject.) | |
FeatureId | Gets the SharePoint feature identification (ID), if applicable, associated with the form template. | |
FormFolderPath | Gets the path of the folder that contains the form template represented by the FormTemplate object. | |
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.) | |
UserWorkflowEnabled | Gets a value that indicates whether the form template represented by the FormTemplate object is enabled as a declarative rules-based form that is part of a SharePoint workflow process. | |
Version | (Inherited from SPPersistedObject.) | |
WasCreated | (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.) | |
HasAdditionalUpdateAccess | (Inherited from SPPersistedObject.) | |
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
Explicit Interface Implementations
Name | Description | |
---|---|---|
IBackupRestore.AddBackupObjects | Adds the IBackupRestore object and its child IBackupRestore objects to the specified backup object. | |
IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration | Gets a value that indicates whether the component can be included in a configuration-only backup or restore. | |
IBackupRestore.CanRenameOnRestore | Gets a value that indicates whether the IBackupRestore object can be renamed when it is restored. | |
IBackupRestore.CanSelectForBackup | Gets or sets a value that indicates whether the content component that is represented by the IBackupRestore object can be selected for backup, independently of its parent component, in the Central Administration user interface or some other UI. | |
IBackupRestore.CanSelectForRestore | Gets or sets a value that indicates whether the content component that is represented by the IBackupRestore object can be selected for restoration in the Central Administration user interface or some other UI. | |
IBackupRestore.DiskSizeRequired | Gets the amount of disk space, in bytes, that is required to store a backup of the content represented by the IBackupRestore object. | |
IBackupRestore.Id | Gets or sets an ID for the content component. | |
IBackupRestore.Name | Gets or sets a name, for use in a UI, for the content component. | |
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. |
Top