PageLayout Members
Include Protected Members
Include Inherited Members
Represents a Microsoft Office SharePoint Server 2007 page layout. This class cannot be inherited.
The PageLayout type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PageLayout | Uses the SPListItem class to construct a PageLayout list item object in a document library. |
Top
Properties
Name | Description | |
---|---|---|
AnonymousCacheProfileId | Gets the Id of the anonymous cache profile in the Cache Profiles list. | |
AssociatedContentType | Gets or sets the associated SPContentType object that is used when creating a PublishingPage object with this PageLayout object. | |
AuthenticatedCacheProfileId | Gets the ID of the authenticated cache profile in the Cache Profiles list. | |
CreatedBy | Gets the SPUser object that represents the user who created this PageLayout object. | |
CreatedDate | Gets the DateTime when this PageLayout object was created. | |
Description | Gets or sets descriptive text for this PageLayout object. | |
Folder | Gets the SPFolder object in which this PageLayout object is located. | |
ListItem | Gets the SPListItem object upon which this PageLayout class is based. | |
Name | Gets the name of this PageLayout object. | |
PreviewImageUrl | Gets or sets the fully qualified, or absolute, URL of an associated preview image for this PageLayout object. | |
ServerRelativeUrl | Gets the server-relative URL of this PageLayout object. | |
Title | Gets or sets the display title for this PageLayout object. |
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.) | |
Update | Saves changes to this PageLayout object. |
Top