Click or drag to resize

FileHandlerExtensionPromptForBatchOperationWriteAccess Method

In case Batch Operations encounter read-only files which this Extension recognize with IdentifyLocalFile(String, Array), user should be prompted to confirm they are being RequestWriteAccess(Array, String) and then ReleaseWriteAccessInBatch(Int32, Array, String).

Namespace:  CTExtensions.Interfaces
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public virtual bool PromptForBatchOperationWriteAccess(
	Array files,
	bool bForSerializedProcess
)

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: Boolean
True if user allows modifying given files, false otherwise
Availability

CUSTOMTOOLS 2023 SP0


See Also