Indicates whether permissions should be inhertied from the recovery bin.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also