summaryM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)

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

Syntax

C#
public virtual int AddFile(
	int portalId,
	Guid uniqueId,
	Guid versionGuid,
	string fileName,
	string extension,
	long size,
	int width,
	int height,
	string contentType,
	string folder,
	int folderId,
	int createdByUserID,
	string hash,
	DateTime lastModificationTime,
	string title,
	string description,
	DateTime startDate,
	DateTime endDate,
	bool enablePublishPeriod,
	int contentItemId
)
Visual Basic
Public Overridable Function AddFile ( 
	portalId As Integer,
	uniqueId As Guid,
	versionGuid As Guid,
	fileName As String,
	extension As String,
	size As Long,
	width As Integer,
	height As Integer,
	contentType As String,
	folder As String,
	folderId As Integer,
	createdByUserID As Integer,
	hash As String,
	lastModificationTime As DateTime,
	title As String,
	description As String,
	startDate As DateTime,
	endDate As DateTime,
	enablePublishPeriod As Boolean,
	contentItemId As Integer
) As Integer

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)
uniqueId
Type: System..::..Guid
paramuniqueIdM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)
versionGuid
Type: System..::..Guid
paramversionGuidM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)
fileName
Type: System..::..String
paramfileNameM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)
extension
Type: System..::..String
paramextensionM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)
size
Type: System..::..Int64
paramsizeM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)
width
Type: System..::..Int32
paramwidthM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)
height
Type: System..::..Int32
paramheightM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)
contentType
Type: System..::..String
paramcontentTypeM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)
folder
Type: System..::..String
paramfolderM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)
folderId
Type: System..::..Int32
paramfolderIdM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)
createdByUserID
Type: System..::..Int32
paramcreatedByUserIDM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)
hash
Type: System..::..String
paramhashM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)
lastModificationTime
Type: System..::..DateTime
paramlastModificationTimeM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)
title
Type: System..::..String
paramtitleM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)
description
Type: System..::..String
paramdescriptionM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)
startDate
Type: System..::..DateTime
paramstartDateM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)
endDate
Type: System..::..DateTime
paramendDateM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)
enablePublishPeriod
Type: System..::..Boolean
paramenablePublishPeriodM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)
contentItemId
Type: System..::..Int32
paramcontentItemIdM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)

Return Value

returnsM:DotNetNuke.Data.DataProvider.AddFile(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int64,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.String,System.DateTime,System.String,System.String,System.DateTime,System.DateTime,System.Boolean,System.Int32)

See Also