Indicates objects that are repository objects.

A RepositoryObject represents any object known to the Content Engine that can be persisted to an object store repository. A Document object is an example of a RepositoryObject. In contrast, an EngineObject is any object known to the Content Engine, including objects outside of repositories. Examples of objects residing outside of repositories are Domain, MarkingSet, and User objects.

You will not normally work directly with a RepositoryObject, but rather with an instance of one of its subclasses.


The following tables list the members exposed by IRepositoryObject.

Public Methods

 NameDescription
Public methodGetObjectStoreReturns a reference to the object store to which this object is persisted.
Top

See Also