ProductInventoryTracker.IsInventoryTracked Method

Checks to see if a given product's inventory is being tracked in netFORUM.

Definition

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public bool IsInventoryTracked(
	IInventoryTrackable product
)

Parameters

product  IInventoryTrackable
The product to check for inventory tracking

Return Value

Boolean
true if inventory tracking is enabled for product; otherwise false.

See Also