SobekCM_Database.Save_Web_Skin Method
Saves a HTML skin to the database
Namespace: SobekCM.Library.DatabaseAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static bool Save_Web_Skin(
string SkinCode,
string BaseSkinCode,
bool OverrideBanner,
bool OverrideHeaderFooter,
string BannerLink,
string Notes,
bool SuppressTopNavigation,
Custom_Tracer Tracer
) |
Parameters
- SkinCode
- Type: System..::..String
Code for this HTML skin
- BaseSkinCode
- Type: System..::..String
Base skin code from which this html skin inherits
- OverrideBanner
- Type: System..::..Boolean
Flag indicates this skin overrides the default banner
- OverrideHeaderFooter
- Type: System..::..Boolean
Flag indicates this skin overrides the default header/footer
- BannerLink
- Type: System..::..String
Link to which the banner sends the user
- Notes
- Type: System..::..String
Notes on this skin ( name, use, etc...)
- SuppressTopNavigation
- Type: System..::..Boolean
Flag indicates if the top-level aggregation navigation should be suppressed for this web skin ( i.e., is the top-level navigation embedded into the header file already? )
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
Return Value
Type:
Boolean TRUE if successful, otherwise FALSE
Remarks
See Also