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)

ToggleSyntax

Visual Basic (Declaration)
Function GetAccessAllowed As Nullable(Of Integer)
C#
Nullable<int> GetAccessAllowed()
Visual C++
Nullable<int> GetAccessAllowed()
JavaScript
function getAccessAllowed();

Return Value

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

ToggleSee Also