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

Return Value

Type: NullableBoolean
See Also