Template Members
Include Protected Members
Include Inherited Members
Defines properties and characteristics of a Windows SharePoint Services site definition or specifies the site template that is used to instantiate a Windows SharePoint Services site (SPWeb).
The Template type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Template | Initializes a new instance of the Template service. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets or sets the description for the site definition or site template. | |
DisplayCategory | Gets or sets the string value displayed in the Template Selection section of the New SharePoint Site page that represents the category of the site definition. | |
FilterCategories | Gets the legacy category of the site that served as the source for the template when the Template represents a custom site template. | |
HasProvisionClass | Gets or sets a Boolean value that specifies whether there is an associated class that provides logic for sites created using the specified template. | |
ID | Gets or sets the identifier of the site definition or site template. | |
ImageUrl | Gets or sets the URL to the image (the image file) that is used to represent the site definition or site template in the user interface. | |
IsCustom | Gets or sets a Boolean value that pecifies whether the Template object is a site template - that is, a template that is contained in a template (.stp) file. | |
IsHidden | Gets or sets a Boolean value that pecifies whether the site definition or site template is displayed as an option in the user interface. | |
IsRootWebOnly | Gets or sets a Boolean value that specifies whether the template applies only to the root Web site in the site collection. | |
IsSubWebOnly | Gets or sets a Boolean value that specifies whether the template applies only to subsites created within the site collection. | |
IsUnique | Gets or sets a Boolean value that pecifies whether the site created using the site definition or site template inherits from its parent Web site. | |
Name | Gets or sets the name of the site definition or site template. | |
Title | Gets or sets the display name for the site definition or site template. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top