SKUTreeNodeCreateDefaultSKU Method |
Creates default E-Commerce SKU for the document if configured, does not save the document. Returns true on success, false on error or null when module entry not found.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public override Nullable<bool> CreateDefaultSKU()
Return Value
Type:
NullableBooleanSee Also