Nevron .NET Vision
Nevron.Serialization Namespace / NControlSerializer Class / SaveControlStateToFile Method / SaveControlStateToFile(String,PersistencyFormat,INSerializationFilter) Method
A relative or absolute path for the output file.
The format of the file.
A serialization filter.


In This Topic
    SaveControlStateToFile(String,PersistencyFormat,INSerializationFilter) Method
    In This Topic
    Saves the current state of the control control to a file in the specified format.
    Syntax
    'Declaration
     
    
    Public Overloads MustOverride Sub SaveControlStateToFile( _
       ByVal filePath As System.String, _
       ByVal format As PersistencyFormat, _
       ByVal filter As INSerializationFilter _
    ) 
    'Usage
     
    
    Dim instance As NControlSerializer
    Dim filePath As System.String
    Dim format As PersistencyFormat
    Dim filter As INSerializationFilter
     
    instance.SaveControlStateToFile(filePath, format, filter)
    public abstract void SaveControlStateToFile( 
       System.string filePath,
       PersistencyFormat format,
       INSerializationFilter filter
    )

    Parameters

    filePath
    A relative or absolute path for the output file.
    format
    The format of the file.
    filter
    A serialization filter.
    Remarks
    The filter parameters is used only when the format is CustomXML or CustomBinary.
    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