Click or drag to resize
MetaFileInfoProviderGetMetaFilesObjectTypes Method
Returns list of all object types which have some metafiles attached.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static List<string> GetMetaFilesObjectTypes(
	int siteId
)

Parameters

siteId
Type: SystemInt32
ID of the site from which the object types should be recieved

Return Value

Type: ListString
See Also