Click or drag to resize
SiteInfoProviderGetDocumentTypeClassPerSiteInternal Method
Returns dataSet with document type classes of specified site.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<DataClassInfo> GetDocumentTypeClassPerSiteInternal(
	int siteId
)

Parameters

siteId
Type: SystemInt32
ID of site

Return Value

Type: InfoDataSetDataClassInfo
See Also