C# Class Microsoft.Protocols.TestSuites.MS_OXWSBTRF.MS_OXWSFOLDAdapter

The adapter class implements the method defined in interface IMS_OXWSFOLDAdapter.
Inheritance: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_OXWSFOLDAdapter
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode Description
CreateFolder ( CreateFolderType createFolderRequest ) : CreateFolderResponseType

Creates folders on the server.

Initialize ( TestTools testSite ) : void

Overrides IAdapter's Initialize() and sets default protocol short name of the testSite.

Method Details

CreateFolder() public méthode

Creates folders on the server.
public CreateFolder ( CreateFolderType createFolderRequest ) : CreateFolderResponseType
createFolderRequest Microsoft.Protocols.TestSuites.Common.CreateFolderType Specify the request for the CreateFolder operation.
Résultat CreateFolderResponseType

Initialize() public méthode

Overrides IAdapter's Initialize() and sets default protocol short name of the testSite.
public Initialize ( TestTools testSite ) : void
testSite TestTools Pass ITestSite to adapter, make adapter can use ITestSite's function.
Résultat void