Click or drag to resize
StringListWithSeparator Method
Sets the separator to the list

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public StringList WithSeparator(
	string separator
)

Parameters

separator
Type: SystemString
Separator to use

Return Value

Type: StringList
See Also