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

storePageAsync() public method

public storePageAsync ( string in0, RemotePage in1 ) : void
in0 string
in1 RemotePage
return void
        public void storePageAsync(string in0, RemotePage in1) {
            this.storePageAsync(in0, in1, null);
        }
        

Same methods

ConfluenceSoapServiceService::storePageAsync ( string in0, RemotePage in1, object userState ) : void
ConfluenceSoapServiceService