Click or drag to resize
MediaFileInfoGetPhysicalFiles Method
Gets media files physical files.

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