Click or drag to resize

FileHandlerExtensionReleaseWriteAccessInBatch Method

Relesase write access to files obtained at RequestWriteAccess(Array, String).

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public virtual bool ReleaseWriteAccessInBatch(
	int iIdCount,
	Array idArr,
	string bsReleaseComment
)

Parameters

iIdCount  Int32
Count of IDs concatenated together in idArr
idArr  Array
Concatenation of IDs
bsReleaseComment  String
Optional comment to add to target system upon releasing.

Return Value

Boolean
True if successfull, false otherwise
Revision History
DateVersionDescription
-2021 SP0First Release
See Also