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) Version: 25.0
Syntax
public virtual bool PromptForBatchOperationWriteAccess(
	Array files,
	bool bForSerializedProcess
)

Parameters

files  Array
Full paths of files about to be modified, array of strings.
bForSerializedProcess  Boolean
True when prompted for serialized process

Return Value

Boolean
True if user allows modifying given files, false otherwise
Revision History
DateVersionDescription
-2023 SP0First Release
See Also