Nevron .NET Vision
Nevron.Globalization Namespace / NLocalizationManager Class / SyncWith Method


In This Topic
    SyncWith Method (NLocalizationManager)
    In This Topic
    Synchronizes the current license manager with a one saved to a file, removing all dictionaries and entries that are not found in the file.
    Syntax
    'Declaration
     
    
    Public Sub SyncWith( _
       ByVal fileName As System.String _
    ) 
    'Usage
     
    
    Dim instance As NLocalizationManager
    Dim fileName As System.String
     
    instance.SyncWith(fileName)
    public void SyncWith( 
       System.string fileName
    )

    Parameters

    fileName
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also