Click or drag to resize
DocumentQueryProperties.OnSite Method
Filters the data to include documents only on the given site(s).

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
public void OnSite(
	params int[] siteIds
)

Parameters

siteIds
Type:System.Int32[]
Site ID(s)
See Also