Click or drag to resize

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.Implementation
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static IFolder GetOrCreateConfigRootFolder(
	IRepository pRepository
)

Parameters

pRepository
Type: PDTec.IceNet.Core.ModelIRepository
The repository.

Return Value

Type: IFolder
The configuration root folder.
Remarks
This method must not be called outside a transaction context.
See Also