The operation being performed requires access rights that the requestor does not have. This operation can be a simple operation such as setting the value of a read-only or settable-only-on-create property or it can be a more complex operation such as a save operation that triggers other updates.

Namespace:  FileNet.Api.Exception
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Shared ReadOnly E_ACCESS_DENIED As ExceptionCode
C#
public static readonly ExceptionCode E_ACCESS_DENIED
Visual C++
public:
static initonly ExceptionCode^ E_ACCESS_DENIED
JavaScript
FileNet.Api.Exception.ExceptionCode.e_ACCESS_DENIED

ToggleSee Also