Gets the library configuration for each target localization library.
Note: The value of the alias property for each library is in the following format where {SOURCE_ALIAS} is the alias for the source library specified by the sourceLibraryConfiguration parameter and {TARGET_LIBRARY_ID} is the ID of the target library.
{SOURCE_ALIAS}_Target_{TARGET_LIBRARY_ID}
Parameters
- sourceLibraryConfiguration
Type: Authorit.API.Configuration.LibraryConfigurationBase
Configuration for the source language library.
Returns
A System.Collections.Generic.IDictionary<int, Authorit.API.Configuration.LibraryConfigurationBase> object that contains configuration information for each target library.
Note: The dictionary is indexed by the target library ID.