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.CoreAssembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IRepositoryObject |
C# |
---|
public interface IRepositoryObject |
C++ |
---|
interface class IRepositoryObject |
J# |
---|
public interface IRepositoryObject |
JScript |
---|
public interface IRepositoryObject |
See Also