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

addLabelByObject() private method

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