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

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 FileId,
	string FileName,
	string Extension,
	long Size,
	int Width,
	int Height,
	string ContentType,
	string DestinationFolder,
	int FolderID
)
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 ( 
	FileId As Integer,
	FileName As String,
	Extension As String,
	Size As Long,
	Width As Integer,
	Height As Integer,
	ContentType As String,
	DestinationFolder As String,
	FolderID As Integer
)

Parameters

FileId
Type: System..::..Int32
paramFileIdM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32)
FileName
Type: System..::..String
paramFileNameM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32)
Extension
Type: System..::..String
paramExtensionM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32)
Size
Type: System..::..Int64
paramSizeM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32)
Width
Type: System..::..Int32
paramWidthM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32)
Height
Type: System..::..Int32
paramHeightM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32)
ContentType
Type: System..::..String
paramContentTypeM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32)
DestinationFolder
Type: System..::..String
paramDestinationFolderM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32)
FolderID
Type: System..::..Int32
paramFolderIDM:DotNetNuke.Services.FileSystem.FileController.UpdateFile(System.Int32,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32)

See Also