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
)
Public Sub New (
onAfterFileCreate As String,
onBeforeFileContentUpdate As String
)
public:
DriveEvents(
String^ onAfterFileCreate,
String^ onBeforeFileContentUpdate
)
new :
onAfterFileCreate : string *
onBeforeFileContentUpdate : string -> DriveEvents
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