View Source
Class PublishedModelFactoryExtensions
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public static class PublishedModelFactoryExtensions
Methods
View Source
IsLiveFactory(IPublishedModelFactory)
Declaration
public static bool IsLiveFactory(this IPublishedModelFactory factory)
Parameters
Returns
Type |
Description |
System.Boolean |
|
View Source
IsLiveFactoryEnabled(IPublishedModelFactory)
Declaration
public static bool IsLiveFactoryEnabled(this IPublishedModelFactory factory)
Parameters
Returns
Type |
Description |
System.Boolean |
|
View Source
WithSafeLiveFactory(IPublishedModelFactory, Action)
Declaration
[Obsolete("This method is no longer used or necessary and will be removed from future")]
public static void WithSafeLiveFactory(this IPublishedModelFactory factory, Action action)
Parameters