summaryM:DotNetNuke.Data.DataProvider.UpdateFolder(System.Int32,System.Guid,System.Int32,System.String,System.Int32,System.String,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 void UpdateFolder(
	int portalId,
	Guid versionGuid,
	int folderId,
	string folderPath,
	int storageLocation,
	string mappedPath,
	bool isProtected,
	bool isCached,
	DateTime lastUpdated,
	int lastModifiedByUserID,
	int folderMappingID,
	bool isVersioned,
	int workflowID,
	int parentID
)
Visual Basic
Public Overridable Sub UpdateFolder ( 
	portalId As Integer,
	versionGuid As Guid,
	folderId As Integer,
	folderPath As String,
	storageLocation As Integer,
	mappedPath As String,
	isProtected As Boolean,
	isCached As Boolean,
	lastUpdated As DateTime,
	lastModifiedByUserID As Integer,
	folderMappingID As Integer,
	isVersioned As Boolean,
	workflowID As Integer,
	parentID As Integer
)

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Data.DataProvider.UpdateFolder(System.Int32,System.Guid,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
versionGuid
Type: System..::..Guid
paramversionGuidM:DotNetNuke.Data.DataProvider.UpdateFolder(System.Int32,System.Guid,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
folderId
Type: System..::..Int32
paramfolderIdM:DotNetNuke.Data.DataProvider.UpdateFolder(System.Int32,System.Guid,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
folderPath
Type: System..::..String
paramfolderPathM:DotNetNuke.Data.DataProvider.UpdateFolder(System.Int32,System.Guid,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
storageLocation
Type: System..::..Int32
paramstorageLocationM:DotNetNuke.Data.DataProvider.UpdateFolder(System.Int32,System.Guid,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
mappedPath
Type: System..::..String
parammappedPathM:DotNetNuke.Data.DataProvider.UpdateFolder(System.Int32,System.Guid,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
isProtected
Type: System..::..Boolean
paramisProtectedM:DotNetNuke.Data.DataProvider.UpdateFolder(System.Int32,System.Guid,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
isCached
Type: System..::..Boolean
paramisCachedM:DotNetNuke.Data.DataProvider.UpdateFolder(System.Int32,System.Guid,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
lastUpdated
Type: System..::..DateTime
paramlastUpdatedM:DotNetNuke.Data.DataProvider.UpdateFolder(System.Int32,System.Guid,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
lastModifiedByUserID
Type: System..::..Int32
paramlastModifiedByUserIDM:DotNetNuke.Data.DataProvider.UpdateFolder(System.Int32,System.Guid,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
folderMappingID
Type: System..::..Int32
paramfolderMappingIDM:DotNetNuke.Data.DataProvider.UpdateFolder(System.Int32,System.Guid,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
isVersioned
Type: System..::..Boolean
paramisVersionedM:DotNetNuke.Data.DataProvider.UpdateFolder(System.Int32,System.Guid,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
workflowID
Type: System..::..Int32
paramworkflowIDM:DotNetNuke.Data.DataProvider.UpdateFolder(System.Int32,System.Guid,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)
parentID
Type: System..::..Int32
paramparentIDM:DotNetNuke.Data.DataProvider.UpdateFolder(System.Int32,System.Guid,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.DateTime,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32)

See Also