Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryGroup Class / SaveLibrary Method / SaveLibrary(String) Method
file in which to save the library


In This Topic
    SaveLibrary(String) Method
    In This Topic
    Saves the currently displayed library in the specified file
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function SaveLibrary( _
       ByVal fileName As System.String _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NLibraryGroup
    Dim fileName As System.String
    Dim value As System.Boolean
     
    value = instance.SaveLibrary(fileName)
    public virtual System.bool SaveLibrary( 
       System.string fileName
    )

    Parameters

    fileName
    file in which to save the library

    Return Value

    true if the library was successfully saved, otherwise false
    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