Repairs a clip by fixing any faults such as missing files.
Namespace:
ScreenMonkey.ClipsAssembly: ScreenMonkey.Clips (in ScreenMonkey.Clips.dll) Version: 3.2.0.0 (3.3.1.4)
Syntax
| C# |
|---|
public virtual void Repair() |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub Repair |
| Visual C++ |
|---|
public: virtual void Repair() |
Remarks
Override to provide functionality to repair your clip or find any missing files.
If you want to provide bulk repair where all clips of this type can be repaired using the
same information the override Repair(IRepairInformation) instead.
Exceptions
| Exception | Condition |
|---|---|
| System..::.NotImplementedException | This clip does not support repairing. |