Method Create
Create(string, string)
This creates a new InventoryDefinition.
Declaration
public static InventoryDefinition Create(string id, string displayName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The Id of this InventoryDefinition. |
| string | displayName | The name this InventoryDefinition will have. |
Returns
| Type | Description |
|---|---|
| InventoryDefinition | Reference to the InventoryDefinition that was created. |