GetPermissionReport Method
In This Topic
Gets a user-friendly (text) report showing the effective permissions for an object/user combination
Syntax
'Declaration
<NotNullAttribute()>
<RequiredVersionAttribute(4,
1,
14350,
1426)>
Public Function GetPermissionReport( _
ByVal As OID, _
ByVal As OID, _
ByVal As Integer _
) As String
[NotNull()]
[RequiredVersion(4,
1,
14350,
1426)]
public string GetPermissionReport(
OID ,
OID ,
int
)
[NotNull()]
[RequiredVersion(4,
1,
14350,
1426)]
public:
String^ GetPermissionReport(
OID^ ,
OID^ ,
int
)
Parameters
- objectOID
- The object to get permissions for
- loginOID
- The OID of the SecurityEntity to get permission for
- options
- Reserved. Set to 0.
See Also