LaborLevelDetailHierarchyDeleteModelAllowRecursive Property | |
Gets or sets AllowRecursive
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool AllowRecursive { get; set; }
function get_AllowRecursive();
function set_AllowRecursive(value);
Property Value
BooleanRemarks
Use this value to allow all children nodes in the tree to be deleted recursivly from the given child node
Example 1234
See Also