Click or drag to resize
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.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public override Nullable<bool> CreateDefaultSKU()

Return Value

Type: NullableBoolean
See Also