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

addLabelById() private method

private addLabelById ( string in0, long in1, long in2 ) : bool
in0 string
in1 long
in2 long
return bool
        public bool addLabelById(string in0, long in1, long in2) {
            object[] results = this.Invoke("addLabelById", new object[] {
                        in0,
                        in1,
                        in2});
            return ((bool)(results[0]));
        }
        
ConfluenceSoapServiceService