Click or drag to resize
WebSyncHelperIsFileSynchronizationAllowed Method
Returns value which indicates whether current file is allowed to web farm synchronization.

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.2.23
Syntax
C#
public static bool IsFileSynchronizationAllowed(
	long fileSize
)

Parameters

fileSize
Type: SystemInt64
File size

Return Value

Type: Boolean
See Also