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.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IRepositoryObject
C#
public interface IRepositoryObject
Visual C++
public interface class IRepositoryObject
JavaScript
FileNet.Api.Core.IRepositoryObject = function();
FileNet.Api.Core.IRepositoryObject.createInterface('FileNet.Api.Core.IRepositoryObject');

ToggleSee Also