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)

Syntax

Visual Basic (Declaration)
Property SecurityFolder As IFolder
C#
IFolder SecurityFolder { get; set; }
C++
property IFolder SecurityFolder abstract  {
    IFolder get();
    void set(IFolder value);
}
J#
/** property */
public IFolder get_SecurityFolder();

/** property */
public void set_SecurityFolder(IFolder value);
JScript
public function get SecurityFolder() : IFolder

public function set SecurityFolder(value : IFolder);

Remarks

See Also