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

    Parameters

    itemId
    An identifier of annotation collection.

    Return Value

    An absolute path to a file, which stores annotation collection.
    Requirements

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

    See Also