C# 클래스 Microsoft.Protocols.TestSuites.SharedAdapter.MS_FSSHTTP_FSSHTTPBManagedCodeSUTControlAdapter

The implementation of the SUT control managed code adapter interface.
상속: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_FSSHTTP_FSSHTTPBManagedCodeSUTControlAdapter
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
RemoveFile ( string fileUrl, string fileName ) : bool

This method is used to remove the file from the path of file URI.

UploadTextFile ( string fileUrl, string fileName ) : bool

This method is used to upload a file to the specified URI.

메소드 상세

RemoveFile() 공개 메소드

This method is used to remove the file from the path of file URI.
public RemoveFile ( string fileUrl, string fileName ) : bool
fileUrl string Specify the URL in where the file will be removed.
fileName string Specify the name for the file that will be removed.
리턴 bool

UploadTextFile() 공개 메소드

This method is used to upload a file to the specified URI.
public UploadTextFile ( string fileUrl, string fileName ) : bool
fileUrl string Specify the URL where the file will be uploaded to.
fileName string Specify the name for the file to upload.
리턴 bool