adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / GetPermissionReport Method
The object to get permissions for
The OID of the SecurityEntity to get permission for
Reserved. Set to 0.


In This Topic
    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 objectOID As OID, _
       ByVal loginOID As OID, _
       ByVal options As Integer _
    ) As String
    [NotNull()]
    [RequiredVersion(4, 
       1, 
       14350, 
       1426)]
    public string GetPermissionReport( 
       OID objectOID,
       OID loginOID,
       int options
    )
    [NotNull()]
    [RequiredVersion(4, 
       1, 
       14350, 
       1426)]
    public:
    String^ GetPermissionReport( 
       OID^ objectOID,
       OID^ loginOID,
       int options
    ) 

    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