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

updatePageAsync() public method

public updatePageAsync ( string in0, RemotePage in1, RemotePageUpdateOptions in2 ) : void
in0 string
in1 RemotePage
in2 RemotePageUpdateOptions
return 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