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

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