Click or drag to resize
SystemHelperFormatApplicationName Method
Formats the application name retrieved from the configuration file.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string FormatApplicationName(
	string value,
	Guid identifierValue
)

Parameters

value
Type: SystemString
The value to format.
identifierValue
Type: SystemGuid
The application identifier to use when the name is empty.

Return Value

Type: String
See Also