Config Class

 

Represents the configuration settings for the add-in provider.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

System::Object
  Microsoft.WindowsServerSolutions.AddinInfrastructure::Config

public ref class Config abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticBuildPackagePath(Guid)

Creates a full path to the Windows Installer package with the specified identifier.

System_CAPS_pubmethodSystem_CAPS_staticGetClientDownloadUri(Guid, String^)

Returns the URI that the client computer uses to download a file from the server.

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticBasePackagePath

Defines the local path to the location where the add-in packages are stored.

System_CAPS_pubfieldSystem_CAPS_staticClientBinaryDownloadPort

Defines the port that is used for downloading binary files from the client computer to the server.

System_CAPS_pubfieldSystem_CAPS_staticClientBinaryVdirName

Defines the name of the shared folder from which client computers download Windows Installer packages.

System_CAPS_pubfieldSystem_CAPS_staticClientLocalPath

Defines the temporary location where Windows Installer packages are stored on the client computer.

System_CAPS_pubfieldSystem_CAPS_staticLocalSharePath

Defines the local path to the shared folder that contains the Windows Installer packages for the client computers.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: