Click or drag to resize
ObjectHelperBuildFullName Method
Builds the full name from the given names.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static string BuildFullName(
	string first,
	string second,
	string separator = "."
)

Parameters

first
Type: SystemString
First name
second
Type: SystemString
Second name
separator (Optional)
Type: SystemString
Separator

Return Value

Type: String
See Also