PublishingPage Members
Include Protected Members
Include Inherited Members
Provides publishing-related behavior for an .aspx page that is stored in a PublishingWeb object.
The PublishingPage type exposes the following members.
Properties
Name | Description | |
---|---|---|
Audience | String value that represents the audience that this PublishingPage is targeted to. | |
Contact | Represents the user who currently owns this PublishingPage object. | |
ContentType | Defines the content that is available to this PublishingPage object. | |
CreatedBy | Gets an SPUser object that indicates who created this PublishingPage object. | |
CreatedDate | Gets the Coordinated Universal Time (UTC) when this PublishingPage object was created | |
Description | Gets or sets descriptive text for this PublishingPage object. | |
EndDate | Gets or sets the Coordinated Universal Time (UTC) at which this ScheduledItem class ends and is no longer visible on the published site. (Inherited from ScheduledItem.) | |
Fields | Gets the underlying SPField object definitions for this PublishingPage object. | |
IncludeInCurrentNavigation | Controls whether the PublishingPage object is included by PortalSitemapProviders that have NavigationType set to "Current". | |
IncludeInGlobalNavigation | Controls whether this PublishingPage object is included by the dynamic portion of the PortalSitemapProvider in the GlobalNavigation mode. | |
IsDisconnected | Gets a Boolean value that indicates whether this PublishingPage object is disconnected from its PageLayout object. | |
Label | Gets the VariationLabel in whose hierarchy this PublishingWeb object is situated. | |
LastModifiedBy | Gets the SPUser object that represents the user who last modified this PublishingPage object. | |
LastModifiedDate | Gets the Coordinated Universal Time (UTC) when this PublishingPage object was last modified | |
Layout | Gets and sets the PageLayout for this PublishingPage object. | |
ListItem | Gets the underlying SPListItem that is wrapped by the ScheduledItem. (Inherited from ScheduledItem.) | |
LocalContactEmail | Gets or sets the e-mail of the local contact for this PublishingPage object. | |
LocalContactImage | Gets or sets a URL that refers to an image that is associated with the local contact for the PublishingPage object. | |
LocalContactName | Gets or sets a name that identifies the local contact of this PublishingPage object. | |
Name | Gets the URL name for this PublishingPage object. | |
PublishingWeb | Gets the PublishingWeb that contains this ScheduledItem object. (Inherited from ScheduledItem.) | |
ReviewRequestInterval | Gets or sets the interval between content review request notifications. | |
ReviewRequestIntervalUnit | Gets or sets the unit of time used by the content review request notification interval. | |
ReviewRequestTimeSpan | Gets the span of time between content review request notifications. | |
ScheduleEndNotificationInterval | Gets or sets the interval of time before end of schedule notifications are sent. | |
ScheduleEndNotificationIntervalUnit | Gets or sets the unit of time used for the EndDate schedule notification interval. | |
ScheduleEndNotificationTimeSpan | Gets the span of time prior to the PublishingPage object's EndDate that the end-of-schedule e-mail notification is sent. | |
StartDate | Gets or sets the Coordinated Universal Time (UTC) at which this ScheduledItem becomes a visible part of the published Web site. (Inherited from ScheduledItem.) | |
Title | Gets or sets the Title that is displayed for this PublishingPage object. | |
Uri | Gets the Uniform Resource Identifier (URI) for this PublishingPage object. | |
Url | Gets the server-relative URL for PublishingPage object. | |
VariationPageUrls | Returns a StringCollection of URLs that point to Variation peer PublishingPages associated with this PublishingPage object. |
Top
Methods
Name | Description | |
---|---|---|
CheckIn | Checks in this PublishingPage object. | |
CheckOut | Checks out this PublishingPage instance for editing. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEffectiveAnonymousPageCacheProfileId | This method returns the current cache profile ID that this page uses if output is cached for an anonymous user. | |
GetEffectiveAuthenticatedPageCacheProfileId | This method returns the current cache profile ID that this page uses if output is cached for an authenticated user. | |
GetHashCode | (Inherited from Object.) | |
GetPublishingPage | Used to retrieve a PublishingPage object instance that wraps the given SPListItem object. | |
GetType | (Inherited from Object.) | |
GetVariation | Get the peer VariationPublishingPage object that belongs to this PublishingPage object for the specified Label. | |
IsPublishingPage | Confirms that an SPListItem is compatible with the PublishingPage object. | |
MemberwiseClone | (Inherited from Object.) | |
QuickDeploy | Uses the QuickDeploy method to deploy this PublishingPage object. | |
Schedule() | Schedules an instance of the SPListItem class to be automatically approved (start) and to be unpublished (end) on specified dates. (Inherited from ScheduledItem.) | |
Schedule(String) | Schedules an SPListItem to automatically be approved (start) and be unpublished (end) on specified dates. (Inherited from ScheduledItem.) | |
ToString | (Inherited from Object.) | |
Update | Commits changes to this PublishingPage object. | |
UpdateContentFromSourceDocument | Updates a PublishingPageobject created by converting a document and reruns the conversion. |
Top
Fields
Name | Description | |
---|---|---|
DisconnectedPublishingPageUrl |
Top