Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |
![]() |
PublishedLinksList | Returns the Published Links list. |
![]() |
RootWeb | Gets the root SPWeb of this PublishingSite object. |
![]() |
Site | Gets the SPSite object that is wrapped by this PublishingSite instance. |
![]() |
SiteCollectionDocumentsLibrary | Gets the Site Collection Documents library. |
![]() |
SiteCollectionImagesLibrary | Gets the Site Collection Images library. |
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