Click or drag to resize
MetaFileInfoProvider.GetMetaFiles 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: System.Int32
Object ID
objectType
Type: System.String
Object type

Return Value

Type: InfoDataSet<MetaFileInfo>
See Also