The name of the contained object.

For a DynamicReferentialContainmentRelationship or ReferentialContainmentRelationship object, this is the name of the head object in the relationship. The default value is supplied as follows: If both the Name and MimeType property of the Head object are present and not zero length, the default value is Name.MimeType (where the MimeType value is a normalized representation). If the MimeType property value is not present, the default is the Name value of the Head object. If the Name value is not found; the Id value of the Head object is used.

The following characters are not allowed:

  • asterisk
  • forward slash
  • backslash
  • colon
  • question mark
  • double quote
  • less than
  • greater than
  • pipe
Note
If AutoUniqueName.AUTO_UNIQUE is set when the document is filed, the server attempts to make this containment name unique.

For an Event object generated from the IFileEvent and IUnfileEvent event classes, the value of this property is the name of the Containable object added or removed.


Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property ContainmentName As String
C#
string ContainmentName { get; }
C++
property string ContainmentName abstract  {
    String get();
}
J#
/** property */
public string get_ContainmentName();
JScript
public function get ContainmentName() : String

Remarks

See Also