Specifies whether users from this directory should be excluded from being treated as being members of #AUTHENTICATED-USERS.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
| Visual Basic (Declaration) |
|---|
Property ExcludeFromAuthenticatedUsers As Nullable(Of Boolean) |
| C# |
|---|
Nullable<bool> ExcludeFromAuthenticatedUsers { get; set; } |
| Visual C++ |
|---|
property Nullable<bool> ExcludeFromAuthenticatedUsers {
Nullable<bool> get ();
void set (Nullable<bool> value);
} |
| JavaScript |
|---|
function get_excludeFromAuthenticatedUsers();
function set_excludeFromAuthenticatedUsers(value); |