Indicates whether permissions should be inherited from the Coordinator property.

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

ToggleSyntax

Visual Basic (Declaration)
Property CmInheritCoordinatorPermissions As Nullable(Of Boolean)
C#
Nullable<bool> CmInheritCoordinatorPermissions { get; set; }
Visual C++
property Nullable<bool> CmInheritCoordinatorPermissions {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_cmInheritCoordinatorPermissions();
function set_cmInheritCoordinatorPermissions(value);

ToggleRemarks

ToggleSee Also