Click or drag to resize

FileHandlerExtensionReleaseWriteAccessInBatch Method

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

Parameters

iIdCount
Type: SystemInt32
Count of IDs concatenated together in idArr
idArr
Type: SystemArray
Concatenation of IDs
bsReleaseComment
Type: SystemString
Optional comment to add to target system upon releasing.

Return Value

Type: Boolean
True if successfull, false otherwise
Availability

CUSTOMTOOLS 2021 SP0


See Also