Represents external content data that exists outside of an object store (and therefore outside the control of the Content Engine server), but to which an object store maintains a reference. The URL of the resource that contains the content data is stored in the ContentLocation property.


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

Syntax

Visual Basic (Declaration)
Public Interface IContentReference
    Implements IContentElement, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C#
public interface IContentReference : IContentElement, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C++
interface class IContentReference : IContentElement, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
J#
public interface IContentReference implements IContentElement, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
JScript
public interface IContentReference extends IContentElement, IRepositoryObject, IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

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

See Also