Initializes a new instance of DriveEvents class with the specified external applications.
[Visual Basic]
Overloads Public Sub New( _
ByVal
onAfterFileCreate As
String, _
ByVal
onBeforeFileContentUpdate As
String _
)
[C#]
public DriveEvents(
string onAfterFileCreate,
string onBeforeFileContentUpdate);
Parameters
-
onAfterFileCreate
- Path to external application executed after file creation.
-
onBeforeFileContentUpdate
- Path to external application executed before file content update.
See Also
DriveEvents Class | ITHit.MapWebDAVDrive.Core Namespace | DriveEvents Constructor Overload List