Class EnvironmentItemFactory
Class for creating EnvironmentItems
Namespace: Unity.Industrial.Forma.Core.Publishing
Syntax
public static class EnvironmentItemFactory
Methods
CreateNewEnvironmentItem(String)
Creates the new environment item.
Declaration
public static string CreateNewEnvironmentItem(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| String | path | The path. |
Returns
| Type | Description |
|---|---|
| String | System.String. |