Saves media file to disk and returns the applied file path.
            
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- siteName
 - Type: 
System String
Name of the site of the media library 
- libraryFolder
 - Type: 
System String
Media library root folder 
- librarySubFolderPath
 - Type: 
System String
Subfolder path 
- fileName
 - Type: 
System String
Name of the file 
- fileExtension
 - Type: 
System String
Extension of the file 
- fileGuid
 - Type: 
System Guid
File GUID 
- fileData
 - Type: CMS.Core BinaryData
File data 
- synchronization
 - Type: 
System Boolean
Indicates if method is running by web farms synchronization 
- ensureUniqueFileName (Optional)
 - Type: 
System Boolean
Indicates if unique file name should be ensured 
Return Value
Type:See Also