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
Syntaxpublic bool AllowRecursive { get; set; }
function get_AllowRecursive();
function set_AllowRecursive(value);
Property Value
Boolean
Remarks
Use this value to allow all children nodes in the tree to be deleted recursivly from the given child node
Example1234
See Also