Interface IWebPageContentQueryDataContainer
Content query data container interface for web pages.
public interface IWebPageContentQueryDataContainer : IContentQueryDataContainer
- Inherited Members
- Extension Methods
Remarks
Interface is not meant to be implemented by custom classes.
Properties
WebPageItemContentItemID
Gets the web page item content item ID from web page content query data container.
int WebPageItemContentItemID { get; }
Property Value
- int
- See Also
-
GetValue<TValue>(string)
WebPageItemGUID
Gets the web page item GUID from web page content query data container.
Guid WebPageItemGUID { get; }
Property Value
- Guid
- See Also
-
GetValue<TValue>(string)
WebPageItemID
Gets the web page item ID from web page content query data container.
int WebPageItemID { get; }
Property Value
- int
- See Also
-
GetValue<TValue>(string)
WebPageItemName
Gets the web page item name from web page content query data container.
string WebPageItemName { get; }
Property Value
- string
- See Also
-
GetValue<TValue>(string)
WebPageItemOrder
Gets the web page item order from web page content query data container.
int WebPageItemOrder { get; }
Property Value
- int
- See Also
-
GetValue<TValue>(string)
WebPageItemParentID
Gets the web page item parent ID from web page content query data container.
int WebPageItemParentID { get; }
Property Value
- int
- See Also
-
GetValue<TValue>(string)
WebPageItemTreePath
Gets the web page item tree path from web page content query data container.
string WebPageItemTreePath { get; }
Property Value
- string
- See Also
-
GetValue<TValue>(string)
WebPageItemWebsiteChannelID
Gets the web page item web site ID from web page content query data container.
int WebPageItemWebsiteChannelID { get; }
Property Value
- int
- See Also
-
GetValue<TValue>(string)
WebPageUrlPath
Gets the web page item URL path from web page content query data container.
string WebPageUrlPath { get; }
Property Value
- string
- See Also
-
GetValue<TValue>(string)