CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.removeLabelByObject C# (CSharp) Метод

removeLabelByObject() приватный Метод

private removeLabelByObject ( string in0, RemoteLabel in1, long in2 ) : bool
in0 string
in1 RemoteLabel
in2 long
Результат bool
        public bool removeLabelByObject(string in0, RemoteLabel in1, long in2) {
            object[] results = this.Invoke("removeLabelByObject", new object[] {
                        in0,
                        in1,
                        in2});
            return ((bool)(results[0]));
        }
        
ConfluenceSoapServiceService