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)

ToggleSyntax

Visual Basic (Declaration)
Public Class ContainmentName
C#
public class ContainmentName
Visual C++
public ref class ContainmentName
JavaScript
FileNet.Api.Constants.ContainmentName = function();

Type.createClass(
	'FileNet.Api.Constants.ContainmentName');

ToggleInheritance Hierarchy

System..::.Object
  FileNet.Api.Constants..::.ContainmentName

ToggleSee Also