summaryM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.String)

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DotNetNuke 5.5. This function has been replaced by UpdateFile(ByVal file As FileInfo)")]
public void UpdateFile(
	int PortalId,
	string OriginalFileName,
	string FileName,
	string Extension,
	long Size,
	int Width,
	int Height,
	string ContentType,
	string SourceFolder,
	string DestinationFolder
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DotNetNuke 5.5. This function has been replaced by UpdateFile(ByVal file As FileInfo)")> 
Public Sub UpdateFile ( 
	PortalId As Integer,
	OriginalFileName As String,
	FileName As String,
	Extension As String,
	Size As Long,
	Width As Integer,
	Height As Integer,
	ContentType As String,
	SourceFolder As String,
	DestinationFolder As String
)

Parameters

PortalId
Type: System..::..Int32
paramPortalIdM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.String)
OriginalFileName
Type: System..::..String
paramOriginalFileNameM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.String)
FileName
Type: System..::..String
paramFileNameM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.String)
Extension
Type: System..::..String
paramExtensionM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.String)
Size
Type: System..::..Int64
paramSizeM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.String)
Width
Type: System..::..Int32
paramWidthM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.String)
Height
Type: System..::..Int32
paramHeightM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.String)
ContentType
Type: System..::..String
paramContentTypeM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.String)
SourceFolder
Type: System..::..String
paramSourceFolderM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.String)
DestinationFolder
Type: System..::..String
paramDestinationFolderM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.String)

See Also