C# Class csExWB.MultiSelectHTMLList

Class is used in combination with AutomationTask_PerformMultiSelectListItems method of csEXWB class
显示文件 Open project: mcorrientes/Web-Security-Toolset

Public Properties

Property Type Description
m_ListItemsNamesOrIds List
m_SelectNameOrId string

Public Methods

Method Description
MultiSelectHTMLList ( string _selectnameorid, List _listitemsnamesorids ) : System

Method Details

MultiSelectHTMLList() public method

public MultiSelectHTMLList ( string _selectnameorid, List _listitemsnamesorids ) : System
_selectnameorid string
_listitemsnamesorids List
return System

Property Details

m_ListItemsNamesOrIds public_oe property

public List m_ListItemsNamesOrIds
return List

m_SelectNameOrId public_oe property

public string m_SelectNameOrId
return string