summaryM:DotNetNuke.Services.Journal.ItemData.GetProperty(System.String,System.String,System.Globalization.CultureInfo,DotNetNuke.Entities.Users.UserInfo,DotNetNuke.Services.Tokens.Scope,System.Boolean@)
Namespace: DotNetNuke.Services.JournalAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public string GetProperty( string propertyName, string format, CultureInfo formatProvider, UserInfo accessingUser, Scope accessLevel, ref bool propertyNotFound ) |
Visual Basic |
---|
Public Function GetProperty ( propertyName As String, format As String, formatProvider As CultureInfo, accessingUser As UserInfo, accessLevel As Scope, ByRef propertyNotFound As Boolean ) As String |
Parameters
- propertyName
- Type: System..::..String
parampropertyNameM:DotNetNuke.Services.Journal.ItemData.GetProperty(System.String,System.String,System.Globalization.CultureInfo,DotNetNuke.Entities.Users.UserInfo,DotNetNuke.Services.Tokens.Scope,System.Boolean@)
- format
- Type: System..::..String
paramformatM:DotNetNuke.Services.Journal.ItemData.GetProperty(System.String,System.String,System.Globalization.CultureInfo,DotNetNuke.Entities.Users.UserInfo,DotNetNuke.Services.Tokens.Scope,System.Boolean@)
- formatProvider
- Type: System.Globalization..::..CultureInfo
paramformatProviderM:DotNetNuke.Services.Journal.ItemData.GetProperty(System.String,System.String,System.Globalization.CultureInfo,DotNetNuke.Entities.Users.UserInfo,DotNetNuke.Services.Tokens.Scope,System.Boolean@)
- accessingUser
- Type: DotNetNuke.Entities.Users..::..UserInfo
paramaccessingUserM:DotNetNuke.Services.Journal.ItemData.GetProperty(System.String,System.String,System.Globalization.CultureInfo,DotNetNuke.Entities.Users.UserInfo,DotNetNuke.Services.Tokens.Scope,System.Boolean@)
- accessLevel
- Type: DotNetNuke.Services.Tokens..::..Scope
paramaccessLevelM:DotNetNuke.Services.Journal.ItemData.GetProperty(System.String,System.String,System.Globalization.CultureInfo,DotNetNuke.Entities.Users.UserInfo,DotNetNuke.Services.Tokens.Scope,System.Boolean@)
- propertyNotFound
- Type: System..::..Boolean%
parampropertyNotFoundM:DotNetNuke.Services.Journal.ItemData.GetProperty(System.String,System.String,System.Globalization.CultureInfo,DotNetNuke.Entities.Users.UserInfo,DotNetNuke.Services.Tokens.Scope,System.Boolean@)