Nevron Open Vision Documentation
Nevron.Nov.Office Namespace / NOfficeApplicationServerStub Class / GetLatestVersionDownloadUrl Method


In This Topic
    GetLatestVersionDownloadUrl Method
    In This Topic
    Returns the download URL of the latest version.
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetLatestVersionDownloadUrl( _
       ByVal integrationPlatform As System.Integer _
    ) As System.String
    'Usage
     
    
    Dim instance As NOfficeApplicationServerStub
    Dim integrationPlatform As System.Integer
    Dim value As System.String
     
    value = instance.GetLatestVersionDownloadUrl(integrationPlatform)
    public abstract System.string GetLatestVersionDownloadUrl( 
       System.int integrationPlatform
    )

    Parameters

    integrationPlatform
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also