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

CheckInFile() private method

private CheckInFile ( string pageUrl, string comment, string CheckinType ) : bool
pageUrl string
comment string
CheckinType string
return bool
        public bool CheckInFile(string pageUrl, string comment, string CheckinType)
        {
            object[] results = this.Invoke("CheckInFile", new object[] {
                    pageUrl,
                    comment,
                    CheckinType});
            return ((bool)(results[0]));
        }
ListsSoap