wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..Load Method

Loads the specified load blacklist.

Namespace:  wManager
Assembly:  wManager (in wManager.dll)

Syntax


public static bool Load(
	bool loadBlacklist
)
Public Shared Function Load ( _
	loadBlacklist As Boolean _
) As Boolean
public:
static bool^ Load(
	bool^ loadBlacklist
)

Parameters

loadBlacklist
Type: Boolean
if set to true load blacklist (AddBlackListToWRobotSession()()()()).

Return Value

true if success, false otherwise.