The following tables list the members exposed by Factory.ContentReference.

Public Constructors

  Name Description
Public method Factory.ContentReference Initializes a new instance of the Factory.ContentReference class.
Top

Public Methods

  Name Description
Public method Static CreateInstance Overloaded. Creates a new instance of the ContentReference class to be persisted to an object store. The created object is a dependent object and cannot exist in the object store without a parent object. The object is persisted to an object store when its parent object (the independently persistable object that references it) is persisted.

The most frequently used form of this method takes no arguments. (Since a dependent object is persisted to the object store of its parent, there is no need to specify an object store.) A second form of this method, provided for backward compatibility with the FileNet P8 Content Engine COM API, takes an object store argument. If the specified object store is not that of the parent object, an exception is thrown when the parent is persisted.

Public method Static CreateList Creates a new instance of this collection class. This list will not exist on the server until its associated (independently persistable) object has been saved with this new list.
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

See Also