Repairs a clip by fixing any faults such as missing files.

Namespace:  ScreenMonkey.Clips
Assembly:  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

ExceptionCondition
System..::.NotImplementedExceptionThis clip does not support repairing.

See Also