HtmlEditorCssFileCollection.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add() | none | Creates a new HtmlEditorCssFile object and adds it to the end of the HtmlEditorCssFileCollection object. |
| Add(String) | filePath | Adds a new CSS file to the end of the HtmlEditorCssFileCollection object with specific CSS file path. |