Specifies illegal containment name characters.

The Content Engine disallows certain characters in containment names. This constant is a String consisting of one each of those characters. The value of this constant is: \ / : * ? " < > |

Use this constant to validate an explicit containment name before supplying the name to various methods (such as File).


The following tables list the members exposed by ContainmentName.

Public Constructors

 NameDescription
Public methodContainmentNameInitializes a new instance of the ContainmentName class.
Top

Public Fields

 NameDescription
Public fieldStaticINVALID_CHARACTERS 
Top

Public Methods

 NameDescription
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (inherited from Object)
Public methodGetHashCodeServes 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 methodGetTypeGets the Type of the current instance. (inherited from Object)
Public methodToStringReturns a String that represents the current Object. (inherited from Object)
Top

Protected Methods

 NameDescription
Family methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family methodMemberwiseCloneCreates a shallow copy of the current Object. (inherited from Object)
Top

See Also