  | IItemServiceGetItem Method (String, String, Boolean, DateTime) | 
  
    Namespace: 
   Dynamicweb.Content
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
SyntaxItem GetItem(
	string itemType,
	string itemId,
	bool draft,
	DateTime previewDate
)
Function GetItem ( 
	itemType As String,
	itemId As String,
	draft As Boolean,
	previewDate As DateTime
) As Item
Parameters
- itemType
 - Type: SystemString
 - itemId
 - Type: SystemString
 - draft
 - Type: SystemBoolean
 - previewDate
 - Type: SystemDateTime
 
Return Value
Type: 
Item
See Also