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).


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

Syntax

Visual Basic (Declaration)
Public Class ContainmentName
C#
public class ContainmentName
C++
ref class ContainmentName
J#
public class ContainmentName
JScript
public class ContainmentName

Inheritance Hierarchy

System.Object
   FileNet.Api.Constants.ContainmentName

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also