summaryM:DotNetNuke.Entities.Urls.CollectionExtensions.LoadFromXmlFile(System.Collections.Generic.Dictionary{System.Int32,DotNetNuke.Collections.Internal.SharedList{DotNetNuke.Entities.Urls.ParameterRewriteAction}},System.String,System.Int32,System.Boolean,System.Collections.Generic.List{System.String}@)
Namespace: DotNetNuke.Entities.UrlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static void LoadFromXmlFile( this Dictionary<int, SharedList<ParameterRewriteAction>> actions, string fileName, int portalId, bool portalSpecific, ref List<string> messages ) |
Visual Basic |
---|
<ExtensionAttribute> Public Shared Sub LoadFromXmlFile ( actions As Dictionary(Of Integer, SharedList(Of ParameterRewriteAction)), fileName As String, portalId As Integer, portalSpecific As Boolean, ByRef messages As List(Of String) ) |
Parameters
- actions
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'Int32, SharedList<(Of <(<'ParameterRewriteAction>)>)>>)>)>
paramactionsM:DotNetNuke.Entities.Urls.CollectionExtensions.LoadFromXmlFile(System.Collections.Generic.Dictionary{System.Int32,DotNetNuke.Collections.Internal.SharedList{DotNetNuke.Entities.Urls.ParameterRewriteAction}},System.String,System.Int32,System.Boolean,System.Collections.Generic.List{System.String}@)
- fileName
- Type: System..::..String
paramfileNameM:DotNetNuke.Entities.Urls.CollectionExtensions.LoadFromXmlFile(System.Collections.Generic.Dictionary{System.Int32,DotNetNuke.Collections.Internal.SharedList{DotNetNuke.Entities.Urls.ParameterRewriteAction}},System.String,System.Int32,System.Boolean,System.Collections.Generic.List{System.String}@)
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Urls.CollectionExtensions.LoadFromXmlFile(System.Collections.Generic.Dictionary{System.Int32,DotNetNuke.Collections.Internal.SharedList{DotNetNuke.Entities.Urls.ParameterRewriteAction}},System.String,System.Int32,System.Boolean,System.Collections.Generic.List{System.String}@)
- portalSpecific
- Type: System..::..Boolean
paramportalSpecificM:DotNetNuke.Entities.Urls.CollectionExtensions.LoadFromXmlFile(System.Collections.Generic.Dictionary{System.Int32,DotNetNuke.Collections.Internal.SharedList{DotNetNuke.Entities.Urls.ParameterRewriteAction}},System.String,System.Int32,System.Boolean,System.Collections.Generic.List{System.String}@)
- messages
- Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>%
parammessagesM:DotNetNuke.Entities.Urls.CollectionExtensions.LoadFromXmlFile(System.Collections.Generic.Dictionary{System.Int32,DotNetNuke.Collections.Internal.SharedList{DotNetNuke.Entities.Urls.ParameterRewriteAction}},System.String,System.Int32,System.Boolean,System.Collections.Generic.List{System.String}@)