Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NResponse Class / GetFullFileName Method


In This Topic
    GetFullFileName Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function GetFullFileName( _
       ByVal fileName As System.String, _
       ByVal imageFormat As INImageFormat _
    ) As System.String
    'Usage
     
    
    Dim instance As NResponse
    Dim fileName As System.String
    Dim imageFormat As INImageFormat
    Dim value As System.String
     
    value = instance.GetFullFileName(fileName, imageFormat)
    protected System.string GetFullFileName( 
       System.string fileName,
       INImageFormat imageFormat
    )

    Parameters

    fileName
    imageFormat
    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