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

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

Parameters

siteIds
Type: SystemInt32
Site ID(s)
See Also