The name of the contained object.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
For a
or
object, this is the name of the
object in the relationship. The default value is supplied as follows:
- If both the Name and MimeType properties of the
object are present and not zero length, the default value is Name.MimeType (where the MimeType value is a normalized representation).Head - If the MimeType property value is not present, the default is the Name value of the
object.Head - If the Name value is not found, the Id value of the
object is used.Head
The following characters are not allowed:
- asterisk
- forward slash
- backslash
- colon
- question mark
- double quote
- less than
- greater than
- pipe
![]() |
---|
If is set when the document is filed, the server attempts to make this containment name unique. |
For an
object generated from the
and
classes, the value of this property is the name of the
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ContainmentName As String |
C# |
---|
string ContainmentName { get; set; } |
C++ |
---|
property string ContainmentName abstract { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_ContainmentName(); /** property */ public void set_ContainmentName(string value); |
JScript |
---|
public function get ContainmentName() : String public function set ContainmentName(value : String); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
MaximumLengthString: 255
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ