StorageUtils Class

Definition

Provides utility services for accessing, loading and describing configuration entries used by the CrmConnect classes.

public ref class StorageUtils
public class StorageUtils
type StorageUtils = class
Public Class StorageUtils
Inheritance
StorageUtils

Constructors

StorageUtils()

Methods

GetConfigKey<T>(Dictionary<Dynamics_ConfigFileServerKeys,Object>, Dynamics_ConfigFileServerKeys)

Gets a key from the Server config Keys

ReadHomeRealmConfigFile()

Reads the HomeRealmsStore.xml file and loads the results into an HomeRealmOptions class.

SetConfigKey<T>(Dictionary<Dynamics_ConfigFileServerKeys,Object>, Dynamics_ConfigFileServerKeys, T)

Set a key in the server config keys list.

Applies to