SPCustomWebTemplate members
Represents a Web template.
The SPCustomWebTemplate type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AllowGlobalFeatureAssociations | Gets a value that indicates whether global Feature associations are allowed on sites created with the site definition configuration or Web template. (Inherited from SPWebTemplate.) |
![]() |
CompatibilityLevel | Gets the compatibility level for the web template. (Inherited from SPWebTemplate.) |
![]() |
Description | Gets the description for the site definition configuration or Web template. (Inherited from SPWebTemplate.) |
![]() |
DisplayCategory | Gets the name, as it appears in the user interface, of the category of site definition configurations and Web templates to which the SPWebTemplate belongs. (Inherited from SPWebTemplate.) |
![]() |
FileName | Gets the file name of the .wsp file containing the Web template. |
![]() |
FilterCategories | Gets the legacy category of the site that served as the source for the template when SPWebTemplate represents a custom Web template. (Inherited from SPWebTemplate.) |
![]() |
GlobalId | Gets the ID of the Web template. |
![]() |
ID | Gets the ID for the site definition configuration or Web template. (Inherited from SPWebTemplate.) |
![]() |
ImageUrl | Gets the URL to the image that is used to represent the site definition configuration or Web template in the user interface of SharePoint Foundation. (Inherited from SPWebTemplate.) |
![]() |
IsCustomTemplate | Gets a value that indicates whether the SPWebTemplate object is a custom site definition configuration or is, instead, a Web template. (Inherited from SPWebTemplate.) |
![]() |
IsFarmWideTemplate | Gets a Boolean value that indicates whether this template can be used to create sites across the Sharepoint farm. (Overrides SPWebTemplate.IsFarmWideTemplate.) |
![]() |
IsHidden | Gets a value that indicates whether the site definition configuration is displayed in the user interface as one of the optional configurations used for creating new sites. (Inherited from SPWebTemplate.) |
![]() |
IsRootWebOnly | Gets a value that indicates whether the site definition configuration or Web template is applicable to only the root site in the site collection. (Inherited from SPWebTemplate.) |
![]() |
IsSubWebOnly | Gets a value that indicates whether the site definition configuration or Web template is applicable only to subsites created within the site collection. (Inherited from SPWebTemplate.) |
![]() |
IsUnique | Obsolete. Gets a value that indicates whether the site created from the site definition configuration or Web template inherits from its parent site. (Inherited from SPWebTemplate.) |
![]() |
Lcid | Gets the locale ID of the site definition configuration or Web template. (Inherited from SPWebTemplate.) |
![]() |
Name | Gets the internal name of the site definition configuration or Web template. (Inherited from SPWebTemplate.) |
![]() |
ProvisionAssembly | Gets the name of an assembly that contains a class that provides logic for provisioning sites created through the site definition configuration or Web template. (Inherited from SPWebTemplate.) |
![]() |
ProvisionClass | Gets the name of a class that provides logic for provisioning sites created through the site definition configuration or Web template. (Inherited from SPWebTemplate.) |
![]() |
ProvisionData | Specifies custom data to pass to the site provisioning handler for creating sites. (Inherited from SPWebTemplate.) |
![]() |
SupportsMultilingualUI | Gets a value that indicates whether adiministrators can enable alternate langauges for sites created from the site definition configuration or the Web template. (Inherited from SPWebTemplate.) |
![]() |
TemplateImage | Gets the file that contains the image of the Web template. |
![]() |
Title | Gets the display name for the site definition configuration or Web template. (Inherited from SPWebTemplate.) |
![]() |
UserLicensingId | Gets the per-user license for a web template. (Inherited from SPWebTemplate.) |
![]() |
VisibilityFeatureDependencyId | Gets the GUID that identifies a Feature on which the site definition configuration or Web template depends. (Inherited from SPWebTemplate.) |
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 | Returns a culture-invariant string that describes the site definition configuration or Web template. (Inherited from SPWebTemplate.) |
Top