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