Parses the full name in format something.whatewer.abc so that something.whatever is considered the first part, and abc second part
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- fullName
- Type: System String
Given full name
- firstPart
- Type: System String
First part
- secondPart
- Type: System String
Second part
- delimiter (Optional)
- Type: System String
Fullname delimiter
Return Value
Type: BooleanSee Also