Click or drag to resize
BaseInfoGeneralizedInfoWrapperGetPhysicalFiles Method
Gets DataSet with physical files for current object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public DataSet GetPhysicalFiles(
	OperationTypeEnum operationType,
	bool binaryData
)

Parameters

operationType
Type: CMS.DataEngineOperationTypeEnum
Operation type
binaryData
Type: SystemBoolean
Get the binary data

Return Value

Type: DataSet
See Also