Enables use of local groups for this domain.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property LocalGroupsEnabled As Nullable(Of Boolean) |
| C# |
|---|
Nullable<bool> LocalGroupsEnabled { get; set; } |
| Visual C++ |
|---|
property Nullable<bool> LocalGroupsEnabled { Nullable<bool> get (); void set (Nullable<bool> value); } |
| JavaScript |
|---|
function get_localGroupsEnabled(); function set_localGroupsEnabled(value); |