ImageSecurity.getList (Method)

Returns zero or more structures, each containing a comma-delimited list of image security permissions for either all users and groups or just one.

Returns:

ContentSecurityQuery (query)

Each row of the returned query results has the following fields:

Field Name Type Description
AdminViaOwner Boolean Boolean flag which when set to true indicates that the user or group who owns the object and has 'admin' rights as a result. This value is false if 'ElementInheritanceSecurity' or 'TemplateInheritance Security' are set.
Name PlainText_NonNull The user or group name corresponding to the UserGroupID member.
Type UserGroupType A string indicating if this group member is a user or a group.
UserGroupID UserGroupID A user or group's ID.

Arguments:

Name Type Required Description
imageID ImageID Required An image's ID.
userGroupID UserGroupID_All Optional. Defaults to 'All'. A user or group ID. If this value is 'All', CommonSpot returns results for all users and groups.

Context:

License Requirements None
Permission Requirements Contributor
Deny Context None
Require Context None
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization Customization is not supported for this method.

Error Codes:

None

Notes:

None