| RepositoryConfigBaseTConfigGetOrCreateConfigRootFolder Method  | 
            Gets or creates the configuration root folder. Use this method for maintaining
            configuration settings. This method is 
not suitable for retrieving 
            configuration settings in the implementation of the 
Load(IRepository)
            method.
            
 
Namespace: PDTec.IceNet.Sdk.ImplementationAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static IFolder GetOrCreateConfigRootFolder(
	IRepository pRepository
)
Parameters
- pRepository
 - Type: PDTec.IceNet.Core.ModelIRepository
The repository. 
Return Value
Type: 
IFolderThe configuration root folder.
Remarks
            This method must not be called outside a transaction context.
            
See Also