| StorageManagerGetByParagraphIdT Method (Int32) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Content.Items.Queries
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [ObsoleteAttribute("Use ParagraphService instead and access the .Item property on the page instances to get hold of the item entry..",
true)]
public ItemEntryCollection<T> GetByParagraphId<T>(
int paragraphId
)
where T : new(), ItemEntry
<ObsoleteAttribute("Use ParagraphService instead and access the .Item property on the page instances to get hold of the item entry..",
true)>
Public Function GetByParagraphId(Of T As {New, ItemEntry}) (
paragraphId As Integer
) As ItemEntryCollection(Of T)
Parameters
- paragraphId
- Type: SystemInt32
Type Parameters
- T
Return Value
Type:
ItemEntryCollectionTSee Also