←Select platform

Refresh Method

Summary

Updates the repository with the latest modifications and changes that have occurred to the Master Forms in the storage site.

Syntax

C#
VB
C++
Java
public void Refresh() 
  
Sub Refresh()  
public abstract void refresh(); 
void Refresh();  

Remarks

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 Refresh when a Master Form or a category is deleted or added without using Leadtools.Forms.Auto.

Example

A full example implementation of this interface can be found in <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly