NevronOpenVision
Nevron.Nov.Diagram Namespace / NDiagramExtension Class / ContainsExtensionType Method
A space-delimited list of diagram extension types.
A diagram extension type to search for.
ContainsExtensionType Method
Checks whether the given string with space delimited extension types contains the specified extension type.
Syntax
public static System.bool ContainsExtensionType( 
   System.string extensionTypes,
   System.string extensionType
)

Parameters

extensionTypes
A space-delimited list of diagram extension types.
extensionType
A diagram extension type to search for.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also