InventorizationManager OnlyAttributed Property NFX Class Library

[This is preliminary documentation and is subject to change.]

When true, inventorizes ONLY items that have have Inventory attribute applied. Even if this property is false but some other inventory filter specified, then an item must be Inventory-tagged to be included

Namespace: NFX.Inventorization
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigAttribute("$attributed", Default = true)]
public bool OnlyAttributed { get; set; }

Property Value

Type: OnlineBoolean
See Also