Version 24.2 (latest)

ClassificationType Constructor

Created a new ClassificationType instance.
Syntax
public ClassificationType( 
   string key,
   string name,
   string description
)

Parameters

key
The key used to match the classification type based on a Infragistics.Documents.Parsing.TerminalSymbol.LanguageElementName when its Infragistics.Documents.Parsing.TerminalSymbol.LanguageElement is Custom.
name
The display name of the classification type.
description
The description of the classification type.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionOccurs when key is null or empty.
System.ArgumentNullExceptionOccurs when name is null or empty.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also