Method GetCompressionForIdentifier
GetCompressionForIdentifier(string)
Constructs and returns the BuildCompression struct to use for the specified identifier.
Declaration
BuildCompression GetCompressionForIdentifier(string identifier)
Parameters
| Type | Name | Description |
|---|---|---|
| string | identifier | Identifier used to construct the BuildCompression struct. |
Returns
| Type | Description |
|---|---|
| BuildCompression | Returns the BuildCompression struct to use for a specific identifier. |