Click or drag to resize
ValidationHelper.GetIdentifier Method (Object, String)
Gets the identifier created from the given name

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static string GetIdentifier(
	Object name,
	string replacement
)

Parameters

name
Type: System.Object
Display name
replacement
Type: System.String
Replacement string for invalid characters

Return Value

Type: String
See Also