Class Company
As part of rebranding the company name and folders change, the details of each companies locations are here.
Inherited Members
Namespace: Sdl.Versioning
Assembly: Sdl.Versioning.dll
Syntax
public class Company
Constructors
Company(string, string, string, string, string)
Declaration
public Company(string name, string folder, string reg, string exe, string product)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
string | folder | |
string | reg | |
string | exe | |
string | product |
Properties
BaseProductName
The company specific name of the main product of the product.
Declaration
public string BaseProductName { get; set; }
Property Value
Type | Description |
---|---|
string |
ExeName
The company specific name of the main executable of the product.
Declaration
public string ExeName { get; set; }
Property Value
Type | Description |
---|---|
string |
InstallFolder
The template that is used to populate the installation path for the company.
Declaration
public string InstallFolder { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the company which is also used in paths.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RegistryPath
The template that is used to populate the registry path for the company.
Declaration
public string RegistryPath { get; set; }
Property Value
Type | Description |
---|---|
string |