InventorizationManager WriteInventoryAttributes Method NFX Class Library

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

Adds nodes for InventoryAttributes

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

public static void WriteInventoryAttributes(
	IEnumerable<InventoryAttribute> attrs,
	ConfigSectionNode root
)

Parameters

attrs
Type: OnlineSystem.Collections.Generic IEnumerable InventoryAttribute 
root
Type: NFX.Environment ConfigSectionNode
See Also