Click or drag to resize
DocumentTypeHelperGetClassNames Method
Resolves the document type classes, if the input value is constant TreeProvider.ALL_CLASSES, returns all class names used on any site, otherwise resolves * as a wildcard in class name to get all matching. Supports the list of classes separated by semicolon.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetClassNames(
	string classNames,
	string siteName = null
)

Parameters

classNames
Type: SystemString
Class names value
siteName (Optional)
Type: SystemString
Site name

Return Value

Type: String
See Also