Click or drag to resize

FileHandlerExtensionIdentifyLocalFile Method

Possiblity to provide any arbitrary identification of the local file in order to use the same id on different client. The id can be used to RequestWriteAccess(Array, String) and ReleaseWriteAccessInBatch(Int32, Array, String).

Namespace:  CTExtensions.Interfaces
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public virtual bool IdentifyLocalFile(
	string bsFilename,
	ref Array id
)

Parameters

bsFilename
Type: SystemString
Local file
id
Type: SystemArray
arbitrary id provided by this FileHandlerExtension

Return Value

Type: Boolean
True if an ID was provided by this system, false otherwise.
Availability

CUSTOMTOOLS 2021 SP0


See Also