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 IRepositoryObject, IContentElement, IEngineObject, ICloneable, _ IDependentObject |
| C# |
|---|
public interface IContentReference : IRepositoryObject, IContentElement, IEngineObject, ICloneable, IDependentObject |
| Visual C++ |
|---|
public interface class IContentReference : IRepositoryObject, IContentElement, IEngineObject, ICloneable, IDependentObject |
| JavaScript |
|---|
FileNet.Api.Core.IContentReference = function(); FileNet.Api.Core.IContentReference.createInterface('FileNet.Api.Core.IContentReference'); |
Remarks
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: ContentElement