IConfigurationRepository Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Provides standard configuration data service components

Namespace: ContentStudio
Assembly: CS5Interfaces (in CS5Interfaces.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public interface IConfigurationRepository : IDictionary<string, Object>, 
	ICollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>, 
	IEnumerable

The IConfigurationRepository type exposes the following members.

Properties

  NameDescription
Public propertyCount (Inherited from ICollectionKeyValuePairString, Object.)
Public propertyIsReadOnly (Inherited from ICollectionKeyValuePairString, Object.)
Public propertyItem (Inherited from IDictionaryString, Object.)
Public propertyKeys (Inherited from IDictionaryString, Object.)
Public propertyValues (Inherited from IDictionaryString, Object.)
Top
Methods

  NameDescription
Public methodAdd(T) (Inherited from ICollectionKeyValuePairString, Object.)
Public methodAdd(TKey, TValue) (Inherited from IDictionaryString, Object.)
Public methodClear (Inherited from ICollectionKeyValuePairString, Object.)
Public methodContains (Inherited from ICollectionKeyValuePairString, Object.)
Public methodContainsKey (Inherited from IDictionaryString, Object.)
Public methodCopyTo (Inherited from ICollectionKeyValuePairString, Object.)
Public methodGetEnumerator (Inherited from IEnumerableKeyValuePairString, Object.)
Public methodRemove(TKey) (Inherited from IDictionaryString, Object.)
Public methodRemove(T) (Inherited from ICollectionKeyValuePairString, Object.)
Public methodTryGetValue (Inherited from IDictionaryString, Object.)
Top
Remarks

This interface was added in Content Studio version 5.3
See Also

Reference