ImageGallerySecurity.getAvailable (Method)

Returns one or more structures, each containing information about an image gallery security permissions for a user or group; for example, the permission's name, description, and which permissions are implicitly enabled or disabled.

Returns:

ImageGallerySecurity_GetAvailable_Result (query)

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

Field Name Type Description
DisabledPermissionNameList ImageGalleryPermissionList_EmptyString A comma-delimited list of permissions that are implicitly disabled when this permission is disabled. An empty string indicates that no permissions are disabled.
EnabledPermissionNameList ImageGalleryPermissionList_EmptyString A comma-delimited list of permissions that are implicitly enabled when this permission is enabled. An empty string indicates that no permissions are implicitly enabled.
Name ImageGalleryPermission The image gallery permission. The sole value is 'Read'.

Arguments:

Name Type Required Description
userGroupID UserGroupID Required A user or group's ID.

Context:

License Requirements (none)
Permission Requirements (none)
Deny Context (none)
Require Context (none)
Author Lock  

Error Codes:

None

Notes:

None