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

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

Syntax

C#
public virtual int AddFolder(
	int portalId,
	Guid uniqueId,
	Guid versionGuid,
	string folderPath,
	string mappedPath,
	int storageLocation,
	bool isProtected,
	bool isCached,
	DateTime lastUpdated,
	int createdByUserId,
	int folderMappingId,
	bool isVersioned,
	int workflowId,
	int parentId
)
Visual Basic
Public Overridable Function AddFolder ( 
	portalId As Integer,
	uniqueId As Guid,
	versionGuid As Guid,
	folderPath As String,
	mappedPath As String,
	storageLocation As Integer,
	isProtected As Boolean,
	isCached As Boolean,
	lastUpdated As DateTime,
	createdByUserId As Integer,
	folderMappingId As Integer,
	isVersioned As Boolean,
	workflowId As Integer,
	parentId As Integer
) As Integer

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Data.DataProvider.AddFolder(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
uniqueId
Type: System..::..Guid
paramuniqueIdM:DotNetNuke.Data.DataProvider.AddFolder(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
versionGuid
Type: System..::..Guid
paramversionGuidM:DotNetNuke.Data.DataProvider.AddFolder(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
folderPath
Type: System..::..String
paramfolderPathM:DotNetNuke.Data.DataProvider.AddFolder(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
mappedPath
Type: System..::..String
parammappedPathM:DotNetNuke.Data.DataProvider.AddFolder(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
storageLocation
Type: System..::..Int32
paramstorageLocationM:DotNetNuke.Data.DataProvider.AddFolder(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
isProtected
Type: System..::..Boolean
paramisProtectedM:DotNetNuke.Data.DataProvider.AddFolder(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
isCached
Type: System..::..Boolean
paramisCachedM:DotNetNuke.Data.DataProvider.AddFolder(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
lastUpdated
Type: System..::..DateTime
paramlastUpdatedM:DotNetNuke.Data.DataProvider.AddFolder(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
createdByUserId
Type: System..::..Int32
paramcreatedByUserIdM:DotNetNuke.Data.DataProvider.AddFolder(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
folderMappingId
Type: System..::..Int32
paramfolderMappingIdM:DotNetNuke.Data.DataProvider.AddFolder(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
isVersioned
Type: System..::..Boolean
paramisVersionedM:DotNetNuke.Data.DataProvider.AddFolder(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
workflowId
Type: System..::..Int32
paramworkflowIdM:DotNetNuke.Data.DataProvider.AddFolder(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
parentId
Type: System..::..Int32
paramparentIdM:DotNetNuke.Data.DataProvider.AddFolder(System.Int32,System.Guid,System.Guid,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)

Return Value

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

See Also