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)

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also