Click or drag to resize
MetaFileInfo Constructor (String, Int32, String, String)
Creates a new MetaFileInfo object based on the file specified by given path.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public MetaFileInfo(
	string filePath,
	int objectId,
	string objectType,
	string category
)

Parameters

filePath
Type: SystemString
File path
objectId
Type: SystemInt32
Object ID
objectType
Type: SystemString
Object type
category
Type: SystemString
Category
See Also