Microsoft.Protocols.TestSuites.MS_COPYS.TestSuiteBase.CollectFileByUrl C# (CSharp) Method

CollectFileByUrl() protected method

A method used to collect a file by specified file URL. The test suite will try to delete all collect files.
protected CollectFileByUrl ( string fileUrl ) : void
fileUrl string A parameter represents the URL of a file which will be collected to delete. The file must be stored in the destination SUT which is indicated by "SutComputerName" property in "SharePointCommonConfiguration.deployment.ptfconfig" file.
return void
        protected void CollectFileByUrl(string fileUrl)
        {
           FileUrlHelper.ValidateFileUrl(fileUrl);
           this.CollectFileToRecorder(fileUrl);
        }