com.onlineobject.objectnet Namespace

NetworkScriptsReference..::..IsIgnoreType Method (Type)

Checks if a script type is in the global ignore list.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public static bool IsIgnoreType(

	Type scriptType

)

Parameters

scriptType
Type: Type
The type of the script to check.

Return Value

True if the script type is ignored, false otherwise.