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

    Parameters

    thumbnailId
    An identifier of thumbnails.

    Return Value

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

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

    See Also