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