| LaborLevelDetailHierarchyAddModelPath Property |  | 
                Gets or sets Path to where the Node will be created
            
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic List<int> Path { get; set; }function get_Path();
function set_Path(value);
Property Value
ListInt32 Remarks
Remarks
                This field holds an ordered list of labor level detail IDs which forms an exact path that starts from a root node in the hierarchy tree and ends on the parent node.
                if path exists in the labor level hierarchy, new child will be added at the end of the path.  If labor level detail needs to be a root node then use '0'. 
 Example
Example[1, 2]
 See Also
See Also