Microsoft.Protocols.TestSuites.Common.ListsSoap.CheckInFileAsync C# (CSharp) Method

CheckInFileAsync() public method

public CheckInFileAsync ( string pageUrl, string comment, string CheckinType ) : void
pageUrl string
comment string
CheckinType string
return void
        public void CheckInFileAsync(string pageUrl, string comment, string CheckinType)
        {
            this.CheckInFileAsync(pageUrl, comment, CheckinType, null);
        }

Same methods

ListsSoap::CheckInFileAsync ( string pageUrl, string comment, string CheckinType, object userState ) : void
ListsSoap