| BaseInfoGetPhysicalFiles Method | 
            Gets DataSet with physical files.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
Syntaxprotected virtual DataSet GetPhysicalFiles(
	OperationTypeEnum operationType,
	bool binaryData
)
Parameters
- operationType
- Type: CMS.DataEngineOperationTypeEnum
 Operation type
- binaryData
- Type: SystemBoolean
 If true, gets the binary data to the DataSet
Return Value
Type: 
DataSet See Also
See Also