Click or drag to resize
ContentPersonalizationVariantInfoGetAutomaticCodeName Method
Gets the automatic code name for the object.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected override string GetAutomaticCodeName()

Return Value

Type: String
Remarks
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