TriggerEvents Property

MCManager API

State if file action events should be fired or not.

Namespace:  Moxiecode.Manager.FileSystems
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public bool TriggerEvents { get; set; }
Visual Basic (Declaration)
Public Property TriggerEvents As Boolean
Visual C++
public:
virtual property bool TriggerEvents {
	bool get () sealed;
	void set (bool value) sealed;
}

Implements

IFile..::.TriggerEvents

See Also