Click or drag to resize
ConversionServiceGetIdentifier Method
Gets the identifier created from the given name

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public string GetIdentifier(
	string name
)

Parameters

name
Type: SystemString
Display name

Return Value

Type: String

Implements

IConversionServiceGetIdentifier(String)
See Also