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.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax public virtual Nullable<bool> CreateDefaultSKU()
Return Value
Type:
NullableBooleanSee Also