AVEVA CAF API Documenation

CreateConfiguration<T> Method (BaseConfigurationProvider<TS>)
Create new configuration from another one (kept for backwards signature compatibility)
Syntax
protected abstract TS CreateConfiguration<T>( 
   IConfiguration<T> fromConfiguration,
   T value,
   string defaultGroup
)
protected:
abstract TS^ CreateConfigurationgeneric<typename T>
( 
   IConfiguration<T^>^ fromConfiguration,
   T^ value,
   String^ defaultGroup
) 

Parameters

fromConfiguration
value
defaultGroup

Type Parameters

T
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also