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() |
| Visual C++ |
|---|
Nullable<int> GetAccessAllowed() |
| JavaScript |
|---|
function getAccessAllowed(); |