userContentPermissions

Description

Returns the permissions of the provided user for the specified content.

Parameters

Return Type

String []

Example

Retrieves content permissions of user "jdoe" for page with ID 11508.

string[] permissions = userContentPermissions(11508, "jdoe");

See also