Click or drag to resize

ItemServiceGetItemByPageId Method (Int32, Boolean, DateTime)

Namespace:  Dynamicweb.Content
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public Item GetItemByPageId(
	int pageId,
	bool draft,
	DateTime previewDate
)

Parameters

pageId
Type: SystemInt32
draft
Type: SystemBoolean
previewDate
Type: SystemDateTime

Return Value

Type: Item

Implements

IItemServiceGetItemByPageId(Int32, Boolean, DateTime)
See Also