Indicates a Folder object from which the object inherits security (a security parent).

This value is indirectly set when DefineSecurityParentage is specified as the value of the defineSecurityParentage parameter for the IFolder.File method. The value, in this case, is the folder in which the object is filed.

You can designate multiple security parents for an object by using one or more object-valued properties and setting the SecurityProxyType value for these properties to INHERITANCE.

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

ToggleSyntax

Visual Basic (Declaration)
Property SecurityFolder As IFolder
C#
IFolder SecurityFolder { get; set; }
Visual C++
property IFolder^ SecurityFolder {
	IFolder^ get ();
	void set (IFolder^ value);
}
JavaScript
function get_securityFolder();
function set_securityFolder(value);

ToggleRemarks

ToggleSee Also