Method | Description | |
---|---|---|
UmbracoPublishedService ( IContentService contentService, Context context ) : System |
Initializes a new instance of the UmbracoService class.
|
|
UmbracoPublishedService ( IContentService contentService, string contextName = "Default" ) : System |
Initializes a new instance of the UmbracoService class.
|
public UmbracoPublishedService ( IContentService contentService, Context context ) : System | ||
contentService | IContentService | The content service. |
context | Context | The context. |
return | System |
public UmbracoPublishedService ( IContentService contentService, string contextName = "Default" ) : System | ||
contentService | IContentService | The content service. |
contextName | string | Name of the context. |
return | System |