ObjectHelper ParseFullName Method Kentico 8.0 API Reference
Parses the full name in format something.whatewer.abc so that something.whatever is considered the first part, and abc second part

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

fullName
Type: OnlineSystem String
Given full name
firstPart
Type: OnlineSystem String 
First part
secondPart
Type: OnlineSystem String 
Second part
delimiter (Optional)
Type: OnlineSystem String
Fullname delimiter

Return Value

Type: OnlineBoolean
See Also