Page.getContributors (Method)
Returns zero or more structures, each containing information about a page's contributor.
Returns:
Page_GetContributors_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
EmailAddress | The contributor's email address. | |
ID | UserID | The contributor's user ID. |
LastPublishDate | DateTime_EmptyString | The date and time at which the contributor last published something on this page. |
Name | Person_FirstNameMiddleNameLastName | The contributor's full name. |
Phone | PlainText | The contributor's phone number. |
TimesPublished | NonNegativeInteger | The number of times that the contributor published changes to this page. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
pageID | PageID | 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