IABTestManagerRenameVariant Method |
Renames an A/B test variant in page identified by variant GUID with given name.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax void RenameVariant(
TreeNode page,
Guid variantGuid,
string newVariantName
)
Parameters
- page
- Type: CMS.DocumentEngineTreeNode
Page in which to rename the variant. - variantGuid
- Type: SystemGuid
Unique identifier of the variant for which the change the name. - newVariantName
- Type: SystemString
New name for the variant identified with variantGuid.
Exceptions See Also