Click or drag to resize
MediaFileInfoSaveFileToDisk Method
Sets whether binary file is to be saved upon setting the object. The default value is true.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax
C#
public void SaveFileToDisk(
	bool saveFileToDisk
)

Parameters

saveFileToDisk
Type: SystemBoolean
Indicates if binary file is to be saved.
See Also