Method | Description | |
---|---|---|
ResolveDataSource ( string dataSource, System.Item contextItem ) : System.Item |
Given a DataSource string (from the layout editor), resolves the item that refers to.
|
|
ResolveDataSource ( string dataSource, System.Item contextItem, IProviderSearchContext searchContext ) : System.Item |
Given a DataSource string (from the layout editor), resolves the item that refers to.
|
|
ResolveDataSource ( string dataSource, System.Item contextItem, IProviderSearchContext searchContext, bool assertSingleItem ) : System.Item |
Given a DataSource string (from the layout editor), resolves the item that refers to.
|
|
ResolveMultipleDataSource ( string dataSource, System.Item contextItem ) : System.Item[] |
Given a DataSource string (from the layout editor), resolves the item(s) that refers to.
|
|
ResolveMultipleDataSource ( string dataSource, System.Item contextItem, IProviderSearchContext searchContext ) : System.Item[] |
Given a DataSource string (from the layout editor), resolves the item(s) that refers to.
|
|
ResolveMultipleDataSource ( string dataSource, System.Item contextItem, IProviderSearchContext searchContext, bool assertSingleItem ) : System.Item[] |
Given a DataSource string (from the layout editor), resolves the item(s) that refers to.
|
Method | Description | |
---|---|---|
RunPipeline ( string dataSource, System.Item contextItem, IProviderSearchContext searchContext ) : System.Item[] |
Invoke the ResolveRenderingDataSource pipeline to resolve the data source item
|
public static ResolveDataSource ( string dataSource, System.Item contextItem ) : System.Item | ||
dataSource | string | The string data source passed to the presentation component. |
contextItem | System.Item | The context item for relative paths and specifying the database from which to retrieve other items. |
return | System.Item |
public static ResolveDataSource ( string dataSource, System.Item contextItem, IProviderSearchContext searchContext ) : System.Item | ||
dataSource | string | The string data source passed to the presentation component. |
contextItem | System.Item | The context item for relative paths and specifying the database from which to retrieve other items. |
searchContext | IProviderSearchContext | The search context. |
return | System.Item |
public static ResolveDataSource ( string dataSource, System.Item contextItem, IProviderSearchContext searchContext, bool assertSingleItem ) : System.Item | ||
dataSource | string | The string data source passed to the presentation component. |
contextItem | System.Item | The context item for relative paths and specifying the database from which to retrieve other items. |
searchContext | IProviderSearchContext | The search context. |
assertSingleItem | bool | If true, an exception will be thrown if more than one item matches the data source spec |
return | System.Item |
public static ResolveMultipleDataSource ( string dataSource, System.Item contextItem ) : System.Item[] | ||
dataSource | string | The string data source passed to the presentation component. |
contextItem | System.Item | The context item for relative paths and specifying the database from which to retrieve other items. |
return | System.Item[] |
public static ResolveMultipleDataSource ( string dataSource, System.Item contextItem, IProviderSearchContext searchContext ) : System.Item[] | ||
dataSource | string | The string data source passed to the presentation component. |
contextItem | System.Item | The context item for relative paths and specifying the database from which to retrieve other items. |
searchContext | IProviderSearchContext | The search context. |
return | System.Item[] |
public static ResolveMultipleDataSource ( string dataSource, System.Item contextItem, IProviderSearchContext searchContext, bool assertSingleItem ) : System.Item[] | ||
dataSource | string | The string data source passed to the presentation component. |
contextItem | System.Item | The context item for relative paths and specifying the database from which to retrieve other items. |
searchContext | IProviderSearchContext | The search context. |
assertSingleItem | bool | If true, an exception will be thrown if more than one item matches the data source spec |
return | System.Item[] |