VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftFileWebService Class / GetUniqueAndSafeFileId(String) Method
Syntax Requirements SeeAlso
In This Topic
    GetUniqueAndSafeFileId(String) Method (VintasoftFileWebService)
    In This Topic
    Returns the unique and safe file identifier (file name).
    Syntax
    'Declaration
    
    Protected Overridable Function GetUniqueAndSafeFileId( _
    ByVal fileName
    The input file name.
    As String _
    ) As String
    protected virtual string GetUniqueAndSafeFileId(
    string fileName
    )
    protected: virtual string* GetUniqueAndSafeFileId(
    string* fileName
    )
    protected:
    virtual string^ GetUniqueAndSafeFileId(
    string^ fileName
    )

    Parameters

    fileName
    The input file name.

    Return Value

    The unique and safe file name.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also