Click or drag to resize
WebSyncHelperGetTaskBinaryData Method
Returns task binary data.

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.2.23
Syntax
C#
public static byte[] GetTaskBinaryData(
	int taskId
)

Parameters

taskId
Type: SystemInt32
Task ID

Return Value

Type: Byte
See Also