Package.ReadEulaFromFile Method (String)
Extracts the Microsoft Software License Terms from the add-in package and returns the contents.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public static string ReadEulaFromFile(
string path
)
public:
static String^ ReadEulaFromFile(
String^ path
)
Public Shared Function ReadEulaFromFile (
path As String
) As String
Parameters
path
Type: System.StringThe path to the add-in package.
Return Value
Type: System.String
An instance of String that contains the contents of the Microsoft Software License Terms.
See Also
Package Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top