A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://apidocs.umbraco.com/v15/csharp/api/Umbraco.Cms.Core.Services.IStylesheetService.html below:

View Source Interface IStylesheetService Namespace: Umbraco.Cms.Core.Services Assembly: Umbraco.Core.dll Syntax
public interface IStylesheetService : IBasicFileService<IStylesheet>
Methods View Source CreateAsync(StylesheetCreateModel, Guid)

Creates a new stylesheet.

Declaration
Task<Attempt<IStylesheet, StylesheetOperationStatus>> CreateAsync(StylesheetCreateModel createModel, Guid userKey)
Parameters Returns View Source DeleteAsync(String, Guid)

Deletes a stylesheet.

Declaration
Task<StylesheetOperationStatus> DeleteAsync(string path, Guid userKey)
Parameters Type Name Description System.String path

The path of the stylesheet to delete.

Guid userKey

The key of the user performing the operation.

Returns View Source RenameAsync(String, StylesheetRenameModel, Guid)

Renames a stylesheet.

Declaration
Task<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 renameModel

A StylesheetRenameModel with the changes.

Guid userKey

The key of the user performing the operation.

Returns View Source UpdateAsync(String, StylesheetUpdateModel, Guid)

Updates an existing stylesheet.

Declaration
Task<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 updateModel

A StylesheetUpdateModel with the changes.

Guid userKey

The key of the user performing the operation.

Returns

RetroSearch 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