Content.getOwners (Method)
Returns one or more structures, each containing information about the owners of the specified content object.
Returns:
Content_GetOwners_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
FullName | PlainText_NonNull | The user or group name corresponding to the UserGroupID member. |
ID | PageIDImageID | The unique ID of the page, uploaded document, registered URL, page set or image. |
OwnerID | OwnerID | The ID of the Owner. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
idList | PageIDImageIDMultimediaIDList | Required | A comma delimited list of one or more pages, images, uploaded documents, registered URLs, multimedia files, multimedia playlists or page sets. |
Context:
License Requirements | (none) |
Permission Requirements | (none) |
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