| FileHandlerExtensionReleaseWriteAccessInBatch Method |
Namespace:
CTExtensions.Interfaces
Assembly:
CTInterface (in CTInterface.dll)
Syntax public virtual bool ReleaseWriteAccessInBatch(
int iIdCount,
Array idArr,
string bsReleaseComment
)
Public Overridable Function ReleaseWriteAccessInBatch (
iIdCount As Integer,
idArr As Array,
bsReleaseComment As String
) As Boolean
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:
BooleanTrue if successfull, false otherwise
Availability See Also