summaryM:DotNetNuke.Data.DataProvider.GetFolderPermissionsByFolderPath(System.Int32,System.String,System.Int32)

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

Syntax

C#
public virtual IDataReader GetFolderPermissionsByFolderPath(
	int portalId,
	string folderPath,
	int permissionId
)
Visual Basic
Public Overridable Function GetFolderPermissionsByFolderPath ( 
	portalId As Integer,
	folderPath As String,
	permissionId As Integer
) As IDataReader

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Data.DataProvider.GetFolderPermissionsByFolderPath(System.Int32,System.String,System.Int32)
folderPath
Type: System..::..String
paramfolderPathM:DotNetNuke.Data.DataProvider.GetFolderPermissionsByFolderPath(System.Int32,System.String,System.Int32)
permissionId
Type: System..::..Int32
parampermissionIdM:DotNetNuke.Data.DataProvider.GetFolderPermissionsByFolderPath(System.Int32,System.String,System.Int32)

Return Value

returnsM:DotNetNuke.Data.DataProvider.GetFolderPermissionsByFolderPath(System.Int32,System.String,System.Int32)

See Also