Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / BrowserFetcher Class / RemoveLocalRevision Method
Revision to remove.

In This Topic
    RemoveLocalRevision Method
    In This Topic
    Removes a downloaded revision for the selected Platform.
    Syntax
    'Declaration
     
    Public Sub RemoveLocalRevision( _
       ByVal revision As System.String _
    ) 
    public void RemoveLocalRevision( 
       System.string revision
    )

    Parameters

    revision
    Revision to remove.
    See Also