Provides the base class for security principals (Group and User objects).

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface ISecurityPrincipal _
	Implements IIndependentObject, IEngineObject, ICloneable
C#
public interface ISecurityPrincipal : IIndependentObject, 
	IEngineObject, ICloneable
Visual C++
public interface class ISecurityPrincipal : IIndependentObject, 
	IEngineObject, ICloneable
JavaScript
FileNet.Api.Security.ISecurityPrincipal = function();
FileNet.Api.Security.ISecurityPrincipal.createInterface('FileNet.Api.Security.ISecurityPrincipal');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject

ToggleSee Also