| TaskChangeActive Method (Int32, String, Boolean) |
Namespace:
Dynamicweb.Scheduling
Assembly:
Dynamicweb.Scheduling (in Dynamicweb.Scheduling.dll) Version: 4.0.2
Syntax public static int ChangeActive(
int type,
string target,
bool active
)
Public Shared Function ChangeActive (
type As Integer,
target As String,
active As Boolean
) As Integer
Parameters
- type
- Type: SystemInt32
- target
- Type: SystemString
- active
- Type: SystemBoolean
Return Value
Type:
Int32See Also