View Source
Interface IConfigManipulator
Assembly: Umbraco.Core.dll
Syntax
public interface IConfigManipulator
Methods
View Source
RemoveConnectionString()
Declaration
void RemoveConnectionString()
View Source
SaveConfigValue(String, Object)
Declaration
void SaveConfigValue(string itemPath, object value)
Parameters
Type |
Name |
Description |
System.String |
itemPath |
|
System.Object |
value |
|
View Source
SaveConnectionString(String, String)
Declaration
void SaveConnectionString(string connectionString, string providerName)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
System.String |
providerName |
|
View Source
SaveDisableRedirectUrlTracking(Boolean)
Declaration
void SaveDisableRedirectUrlTracking(bool disable)
Parameters
Type |
Name |
Description |
System.Boolean |
disable |
|
View Source
SetGlobalId(String)
Declaration
void SetGlobalId(string id)
Parameters
Type |
Name |
Description |
System.String |
id |
|