PublishingSite Members
Include Protected Members
Include Inherited Members
Provides publishing behavior for an SPSite object that supports publishing.
The PublishingSite type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PublishingSite | Constructs an instance of a PublishingSite object that wraps the given SPSite object. |
Top
Properties
Name | Description | |
---|---|---|
ContentTypes | Gets the collection of SPContentType objects from the RootWeb property. | |
PageLayouts | Gets a collection of non-obsolete PageLayout objects from the Master Page Gallery of the RootWeb property. | |
RootWeb | Gets the root SPWeb of this PublishingSite object. | |
Site | Retrieves the SPSite object that is wrapped by this PublishingSite instance. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetPageLayouts(Boolean) | Gets a collection of PageLayout objects from the Master Page Gallery of the RootWeb() property. | |
GetPageLayouts(SPContentType, Boolean) | Gets a collection of PageLayout objects from the Master Page Gallery of the RootWeb() property that has a AssociatedContentType property that matches a specific SPContentType object. | |
GetType | (Inherited from Object.) | |
IsPublishingSite | Checks the SPSite object to determine whether it is also a PublishingSite object. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top