←Select platform

Clear Method

Summary

Removes all Master Forms in MasterForms and all child categories from ChildCategories and deletes them all from the local disk.

Syntax

C#
VB
C++
public void Clear() 
  
Public Sub Clear()  
public: 
void Clear(); 

Remarks

The source code for this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.

The directory of this DiskMasterFormsCategory will have no Master Form or sub-directory inside it after this method is performed.

The stored Master Forms data and directories will be deleted and cannot be restored. If the user want to do a different action he can inherit this call and override this method or he can do his own implementation of IMasterFormsCategory. Be advised to have a back up copy of all Master Forms if this used this class, in case you have deleted the wrong Category.

There is no need to call DiskMasterFormsRepository.Refresh since the repository that this Master Form belongs will be updated with this deletion.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly