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

ToggleSyntax

Visual Basic (Declaration)
Property InheritableDepth As Nullable(Of Integer)
C#
Nullable<int> InheritableDepth { get; set; }
Visual C++
property Nullable<int> InheritableDepth {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_inheritableDepth();
function set_inheritableDepth(value);

Implements

ICmAbstractPermission..::.InheritableDepth

ToggleSee Also