Hi,
I'm trying to use the GetNodesInContainer method. However I'm struggling with the parameter for GetNodesInContainerOptions
Can someone provide me with an example of how to use this method?
Thanks
Gemma
Does anyone have an example for this?
GetNodesInContainerOptions nodecontopt = new GetNodesInContainerOptions ();
nodecontopt.MaxDepth = 100;
nodecontopt.MaxResults = 1000;
Node [] nContainerids = null ;
nContainerids = _dmService.GetNodesInContainer( ref dmAuth, ContainerId, nodecontopt);