CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.addLabelByObject C# (CSharp) 메소드

addLabelByObject() 개인적인 메소드

private addLabelByObject ( string in0, RemoteLabel in1, long in2 ) : bool
in0 string
in1 RemoteLabel
in2 long
리턴 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