←Select platform

Is this page helpful?

In this page

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.