Click or drag to resize

IUserManagerRemoveTheme Method


Removes the User Theme by theme Id

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool RemoveTheme(
	string themeId
)

Parameters

themeId
Type: SystemString
Unique theme Id to remove

Return Value

Type: Boolean
True if removal is successful
See Also