code annotation attributes TLC
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Umbraco.Web
|
||||
/// <summary>
|
||||
/// Defines the methods to access published content
|
||||
/// </summary>
|
||||
[UmbracoExperimentalFeature("http://issues.umbraco.org/issue/U4-1153", "This should become public one day but we need to create something like the IPublishListener interface to have proper published content storage. We'll also need to publicize the resolveres so people can set a resolver at app startup.")]
|
||||
[UmbracoExperimentalFeature("http://issues.umbraco.org/issue/U4-1153", "We need to create something like the IPublishListener interface to have proper published content storage. We'll also need to publicize the resolvers so people can set a resolver at app startup.")]
|
||||
internal interface IPublishedContentStore : IPublishedStore
|
||||
{
|
||||
IPublishedContent GetDocumentByRoute(UmbracoContext umbracoContext, string route, bool? hideTopLevelNode = null);
|
||||
|
||||
Reference in New Issue
Block a user