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
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method 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 method

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

Initialize() public method

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.
return void