Click or drag to resize

ParagraphServiceGetAvailableParagraphDefinitions Method

Namespace:  Dynamicweb.Content
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public IEnumerable<ParagraphDefinition> GetAvailableParagraphDefinitions(
	Page parent,
	string container
)

Parameters

parent
Type: Dynamicweb.ContentPage
container
Type: SystemString

Return Value

Type: IEnumerableParagraphDefinition

Implements

IParagraphServiceGetAvailableParagraphDefinitions(Page, String)
See Also