summaryM:DotNetNuke.Common.Globals.AddFile(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32)

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[ObsoleteAttribute("This method has been deprecated.")]
public static void AddFile(
	string strFileName,
	string strExtension,
	string FolderPath,
	string strContentType,
	int Length,
	int imageWidth,
	int imageHeight
)
Visual Basic
<ObsoleteAttribute("This method has been deprecated.")> 
Public Shared Sub AddFile ( 
	strFileName As String,
	strExtension As String,
	FolderPath As String,
	strContentType As String,
	Length As Integer,
	imageWidth As Integer,
	imageHeight As Integer
)

Parameters

strFileName
Type: System..::..String
paramstrFileNameM:DotNetNuke.Common.Globals.AddFile(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32)
strExtension
Type: System..::..String
paramstrExtensionM:DotNetNuke.Common.Globals.AddFile(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32)
FolderPath
Type: System..::..String
paramFolderPathM:DotNetNuke.Common.Globals.AddFile(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32)
strContentType
Type: System..::..String
paramstrContentTypeM:DotNetNuke.Common.Globals.AddFile(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32)
Length
Type: System..::..Int32
paramLengthM:DotNetNuke.Common.Globals.AddFile(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32)
imageWidth
Type: System..::..Int32
paramimageWidthM:DotNetNuke.Common.Globals.AddFile(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32)
imageHeight
Type: System..::..Int32
paramimageHeightM:DotNetNuke.Common.Globals.AddFile(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32)

See Also