[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.SocialAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
protected SocialNetwork(
string name = null,
IConfigSectionNode cfg = null
)
protected SocialNetwork(
string name = null,
IConfigSectionNode cfg = null
)
Protected Sub New (
Optional name As String = Nothing,
Optional cfg As IConfigSectionNode = Nothing
)
Protected Sub New (
Optional name As String = Nothing,
Optional cfg As IConfigSectionNode = Nothing
)
protected:
SocialNetwork(
String^ name = nullptr,
IConfigSectionNode^ cfg = nullptr
)
protected:
SocialNetwork(
String^ name = nullptr,
IConfigSectionNode^ cfg = nullptr
)
new :
?name : string *
?cfg : IConfigSectionNode
(* Defaults:
let _name = defaultArg name null
let _cfg = defaultArg cfg null
*)
-> SocialNetwork
new :
?name : string *
?cfg : IConfigSectionNode
(* Defaults:
let _name = defaultArg name null
let _cfg = defaultArg cfg null
*)
-> SocialNetwork