Click or drag to resize

GetUserLaborLevelInEnableHierarchyData Property

Gets a labor-level hierarchy data tree structure for UserHierarchyLaborLevelDetails

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public bool EnableHierarchyData { get; set; }

Property Value

Boolean
Remarks
Gets a labor-level hierarchy data tree structure for UserHierarchyLaborLevelDetails. If true this will populate the response structure for UserHierarchyLaborLevelDetails otherwise the struct will be empty. This value defaults to false.

Note  Note
If this value is not sent or set then the value will default to false. Only enable this value if you need to retrieve hierarchy labor levels.
Example
true/false
See Also