StorageUtils Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |