  | IItemServiceGetItemByPageId Method (Int32, Boolean, DateTime) | 
  
    Namespace: 
   Dynamicweb.Content
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
SyntaxItem GetItemByPageId(
	int pageId,
	bool draft,
	DateTime previewDate
)
Function GetItemByPageId ( 
	pageId As Integer,
	draft As Boolean,
	previewDate As DateTime
) As Item
Parameters
- pageId
 - Type: SystemInt32
 - draft
 - Type: SystemBoolean
 - previewDate
 - Type: SystemDateTime
 
Return Value
Type: 
Item
See Also