public interface IStylesheetService : IBasicFileService<IStylesheet>
Methods View Source CreateAsync(StylesheetCreateModel, Guid)
Creates a new stylesheet.
DeclarationTask<Attempt<IStylesheet, StylesheetOperationStatus>> CreateAsync(StylesheetCreateModel createModel, Guid userKey)
Parameters Returns View Source DeleteAsync(String, Guid)
Deletes a stylesheet.
DeclarationTask<StylesheetOperationStatus> DeleteAsync(string path, Guid userKey)
Parameters Type Name Description System.String path
The path of the stylesheet to delete.
Guid userKeyThe key of the user performing the operation.
Returns View Source RenameAsync(String, StylesheetRenameModel, Guid)Renames a stylesheet.
DeclarationTask<Attempt<IStylesheet, StylesheetOperationStatus>> RenameAsync(string path, StylesheetRenameModel renameModel, Guid userKey)
Parameters Type Name Description System.String path
The path of the stylesheet to rename.
StylesheetRenameModel renameModelA StylesheetRenameModel with the changes.
Guid userKeyThe key of the user performing the operation.
Returns View Source UpdateAsync(String, StylesheetUpdateModel, Guid)Updates an existing stylesheet.
DeclarationTask<Attempt<IStylesheet, StylesheetOperationStatus>> UpdateAsync(string path, StylesheetUpdateModel updateModel, Guid userKey)
Parameters Type Name Description System.String path
The path of the stylesheet to update.
StylesheetUpdateModel updateModelA StylesheetUpdateModel with the changes.
Guid userKeyThe key of the user performing the operation.
ReturnsRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4