IUserManagerRemoveTheme Method
|
Removes the User Theme by theme Id
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool RemoveTheme(
string themeId
)
Function RemoveTheme (
themeId As String
) As Boolean
bool RemoveTheme(
String^ themeId
)
abstract RemoveTheme :
themeId : string -> bool
Parameters
- themeId
- Type: SystemString
Unique theme Id to remove
Return Value
Type:
BooleanTrue if removal is successful
See Also