BuildMaster SDK Reference
Version:

CreateProviderFromId<TProviderBase>(int providerId) Method

Creates a provider from its ID.

Syntax

public static TProviderBase CreateProviderFromId<TProviderBase>(int providerId)

Parameters

providerId
Type: int

The provider ID.

Returns

Provider created from the specified ID.