  | StorageManagerGetById Method (String, String, Boolean, DateTime) | 
  
    Namespace: 
   Dynamicweb.Content.Items.Queries
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic Item GetById(
	string systemName,
	string id,
	bool draft,
	DateTime previewDate
)
Public Function GetById ( 
	systemName As String,
	id As String,
	draft As Boolean,
	previewDate As DateTime
) As Item
Parameters
- systemName
 - Type: SystemString
 - id
 - Type: SystemString
 - draft
 - Type: SystemBoolean
 - previewDate
 - Type: SystemDateTime
 
Return Value
Type: 
Item
See Also