ContentPersonalizationVariantInfoGetAutomaticCodeName Method |
Gets the automatic code name for the object.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax protected override string GetAutomaticCodeName()
Return Value
Type:
StringRemarks
There are many cases where the codename has to or has not to be unique. To avoid necessary complexity and prevent further defects, GUID is used for the code name instead.
See Also