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

    Parameters

    tileId
    An item identifier.

    Return Value

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

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

    See Also