Indicates objects that are repository objects.
Top
A
represents any object known to the Content Engine that can be persisted to an object store repository. A
object is an example of a
. In contrast, an
is any object known to the Content Engine, including objects outside of repositories. Examples of objects residing outside of repositories are
,
, and
objects.
You will not normally work directly with a
, but rather with an instance of one of its subclasses.
The following tables list the members exposed by IRepositoryObject.
Public Methods
Name | Description | |
---|---|---|
![]() | GetObjectStore | Returns a reference to the object store to which this object is persisted. |