Click or drag to resize

DriveEvents Constructor (String, String)

IT Hit WebDAV Classes Reference
Initializes a new instance of DriveEvents class with the specified external applications.

Namespace:  ITHit.MapWebDAVDrive.Core
Assembly:  ITHit.MapWebDAVDrive.Core (in ITHit.MapWebDAVDrive.Core.dll) Version: 1.3.997.0 (1.3.997.0)
Syntax
public DriveEvents(
	string onAfterFileCreate,
	string onBeforeFileContentUpdate
)

Parameters

onAfterFileCreate
Type: SystemString
Path to external application executed after file creation.
onBeforeFileContentUpdate
Type: SystemString
Path to external application executed before file content update.
See Also