Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / BrowserFetcher Class / GetLocalRevisions Method

In This Topic
    GetLocalRevisions Method
    In This Topic
    Returns a list of all revisions for the selected Platform available locally on disk.
    Syntax
    'Declaration
     
    Public Function GetLocalRevisions() As System.Collections.Generic.List(Of String)
    public System.Collections.Generic.List<string> GetLocalRevisions()

    Return Value

    The list of available revisions.
    See Also