Represents a container that can hold other ReferentialContainmentRelationship DynamicReferentialContainmentRelationship
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Containable
subclasses, but cannot have content data of its own. Although Folder
objects and their subclasses can be referentially contained, they are the only Containable subclass that can be directly contained (in a Folder
). All other Containable
subclasses are referentially contained using the ReferentialContainmentRelationship
or DynamicReferentialContainmentRelationship
classes. Note: Folders that are referentially contained cannot participate in hierarchy index searches.
The container hierarchy is a one-to-many relationship: a folder can have many child folders, but a child folder can have only one parent folder. At the top of the container hierarchy is an automatically-created root folder. Use
Folders are not versionable.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IFolder Implements IRepositoryObject, IContainable, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IFolder : IRepositoryObject, IContainable, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C++ |
---|
interface class IFolder : IRepositoryObject, IContainable, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface IFolder implements IRepositoryObject, IContainable, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface IFolder extends IRepositoryObject, IContainable, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Remarks
Metadata
Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: FolderName
Searchable: true
StorageType: ObjectStore
SuperclassName: Containable