CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.getDescendentsAsync C# (CSharp) Method

getDescendentsAsync() public method

public getDescendentsAsync ( string in0, long in1 ) : void
in0 string
in1 long
return void
        public void getDescendentsAsync(string in0, long in1) {
            this.getDescendentsAsync(in0, in1, null);
        }
        

Same methods

ConfluenceSoapServiceService::getDescendentsAsync ( string in0, long in1, object userState ) : void
ConfluenceSoapServiceService