MetaFileInfo Constructor (String, Int32, String, String) |
Creates a new MetaFileInfo object based on the file specified by given path.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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