Show / Hide Table of Contents

Class CollectionExtensions

Inheritance
object
CollectionExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Urls
Assembly: DotNetNuke.dll
Syntax
public static class CollectionExtensions

Methods

CreateDictionaryFromString(string, char, char)

Declaration
public static Dictionary<string, string> CreateDictionaryFromString(string delimitedString, char pairSeparator, char separator)
Parameters
Type Name Description
string delimitedString
char pairSeparator
char separator
Returns
Type Description
Dictionary<string, string>

LoadFromXmlFile(Dictionary<int, SharedList<ParameterRewriteAction>>, string, int, bool, ref List<string>)

Declaration
public static void LoadFromXmlFile(this Dictionary<int, SharedList<ParameterRewriteAction>> actions, string fileName, int portalId, bool portalSpecific, ref List<string> messages)
Parameters
Type Name Description
Dictionary<int, SharedList<ParameterRewriteAction>> actions
string fileName
int portalId
bool portalSpecific
List<string> messages

LoadFromXmlFile(Dictionary<int, List<ParameterRedirectAction>>, string, int, bool, ref List<string>)

Declaration
public static void LoadFromXmlFile(this Dictionary<int, List<ParameterRedirectAction>> actions, string fileName, int portalId, bool portalSpecific, ref List<string> messages)
Parameters
Type Name Description
Dictionary<int, List<ParameterRedirectAction>> actions
string fileName
int portalId
bool portalSpecific
List<string> messages

LoadFromXmlFile(Dictionary<int, List<ParameterReplaceAction>>, string, int, bool, ref List<string>)

Declaration
public static void LoadFromXmlFile(this Dictionary<int, List<ParameterReplaceAction>> actions, string fileName, int portalId, bool portalSpecific, ref List<string> messages)
Parameters
Type Name Description
Dictionary<int, List<ParameterReplaceAction>> actions
string fileName
int portalId
bool portalSpecific
List<string> messages
Back to top by the community, for the community... #DNNCMS