Click or drag to resize
SKUTreeNodeNodeSharesSKUWithOtherNode Method
Returns true when node is bound to the same SKU as some other non-link node does.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public bool NodeSharesSKUWithOtherNode(
	TreeProvider tree
)

Parameters

tree
Type: CMS.DocumentEngineTreeProvider
Tree provider to use

Return Value

Type: Boolean
See Also