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

    Parameters

    itemId
    An item identifier.

    Return Value

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

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

    See Also