Click or drag to resize
BaseInfoGetPhysicalFiles Method
Gets DataSet with physical files.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected 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