Returns a value representing a bit mask of access rights granted to the user requesting this object.


Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Function GetAccessAllowed() As Nullable(Of Integer)
C#
Nullable<int> GetAccessAllowed()
C++
Nullable<int> GetAccessAllowed() abstract 
J#
Nullable<int> GetAccessAllowed()
JScript
function GetAccessAllowed() : Nullable<int>

Return Value

An Integer representing the access rights granted to the requesting user.

See Also