Page.getPublishInfo (Method)
Returns a structure containing information about a page's publication information; for example, 'DateContentLastModified', 'PublicReleaseDate', and so on.
Returns:
Page_GetPublishInfo_Result (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
DateContentLastModified | Datetime | The date and time when CommonSpot last published a page. |
PublicReleaseDate | Datetime | The date and time when CommonSpot made a page public. |
PublisherIDList | UserIDList_EmptyString | A list of user IDs of the people who published this page. |
PublisherName | PlainText | The name of the person publishing the page. If more than one person is publishing the page, this string contains all of their names. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
pageID | RealPageID | Required | A page's ID. |
Context:
License Requirements | None |
Permission Requirements | ContributorOrServerCode |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | This method may be customized at the site level |
Error Codes:
None
Notes:
None