Represents content data that is local to an object store and directly managed by the Content Engine server.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IContentTransfer _
	Implements IContentElement, IRepositoryObject, IEngineObject, ICloneable,  _
	IDependentObject
C#
public interface IContentTransfer : IContentElement, 
	IRepositoryObject, IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class IContentTransfer : IContentElement, 
	IRepositoryObject, IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Core.IContentTransfer = function();
FileNet.Api.Core.IContentTransfer.createInterface('FileNet.Api.Core.IContentTransfer');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: ContentElement

ToggleSee Also