Class ServiceWithResultExtensions
These are used currently to return the temporary 'operation' interfaces for services
which are used to return a status from operational methods so we can determine if things are
cancelled, etc...
These will be obsoleted in v8 since all real services methods will be changed to have the correct result.
Inheritance
System.Object
Namespace:System.Dynamic.ExpandoObject
Assembly:Umbraco.Core.dll
Syntax
public static class ServiceWithResultExtensions
Methods
WithResult(IContentService)
Declaration
public static IContentServiceOperations WithResult(this IContentService contentService)
Parameters
Returns
WithResult(IMediaService)
Declaration
public static IMediaServiceOperations WithResult(this IMediaService mediaService)
Parameters
Returns