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

updatePageAsync() 공개 메소드

public updatePageAsync ( string in0, RemotePage in1, RemotePageUpdateOptions in2 ) : void
in0 string
in1 RemotePage
in2 RemotePageUpdateOptions
리턴 void
        public void updatePageAsync(string in0, RemotePage in1, RemotePageUpdateOptions in2) {
            this.updatePageAsync(in0, in1, in2, null);
        }
        

Same methods

ConfluenceSoapServiceService::updatePageAsync ( string in0, RemotePage in1, RemotePageUpdateOptions in2, object userState ) : void
ConfluenceSoapServiceService