Click or drag to resize
MetaFileInfoProviderGetMetaFiles Method (Int32, String)
Will call the previous method will all the remaining parameters null.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static InfoDataSet<MetaFileInfo> GetMetaFiles(
	int objectId,
	string objectType
)

Parameters

objectId
Type: SystemInt32
Object ID
objectType
Type: SystemString
Object type

Return Value

Type: InfoDataSetMetaFileInfo
See Also