The Refresh Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Updates the repository with the latest modifications and changes that have occurred to the Master Forms in the storage site.| Visual Basic (Declaration) | |
|---|---|
Sub Refresh() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IMasterFormsRepository instance.Refresh() | |
| C# | |
|---|---|
void Refresh() | |
| C++/CLI | |
|---|---|
void Refresh(); | |
A full example implementation of this interface can be found in <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
Updates the repository with the latest modifications that have occurred to the Master Forms in the storage site.
Storage site can be the local hard disk, shared drive on a server, database, http site, ftp site, etc.
You must call IMasterFormsRepository.Refresh when a Master Form or a category is deleted or added without using Leadtools.Forms.Auto.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code