VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / ConvertedFilesCacheManager Class / GetItemPath(String) Method
Syntax Requirements SeeAlso
In This Topic
    GetItemPath(String) Method (ConvertedFilesCacheManager)
    In This Topic
    Returns an absolute path to a file, which stores the converted image file.
    Syntax
    'Declaration
    
    Public Overrides Function GetItemPath( _
    ByVal resultId
    An item identifier.
    As String _
    ) As String
    public override string GetItemPath(
    string resultId
    )
    public: string* GetItemPath(
    string* resultId
    ); override
    public:
    string^ GetItemPath(
    string^ resultId
    ); override

    Parameters

    resultId
    An item identifier.

    Return Value

    An absolute path to a file, which stores the converted image file.
    Requirements

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

    See Also