The relative path to the CSS file. This path is relative to <portal>/external/htmlroot/
.
To unload a previously loaded CSS file, use the unloadStyleSheet function.
// Loads the CSS file located at "css/myCSS.css" relative to "<portal>/external/htmlroot/"
ix.api.dom.loadStyleSheet("css/myCSS.css");
Dynamically loads a CSS file.