 | FileHandlerExtensionPromptForBatchOperationWriteAccess Method |
Namespace:
CTExtensions.Interfaces
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic virtual bool PromptForBatchOperationWriteAccess(
Array files,
bool bForSerializedProcess
)
Public Overridable Function PromptForBatchOperationWriteAccess (
files As Array,
bForSerializedProcess As Boolean
) As Boolean
Parameters
- files
- Type: SystemArray
Full paths of files about to be modified, array of strings. - bForSerializedProcess
- Type: SystemBoolean
True when prompted for serialized process
Return Value
Type:
BooleanTrue if user allows modifying given files, false otherwise
Availability
See Also