Initializes a new instance of the
Asset class
Namespace: Ingeniux.Runtime.AssetsAssembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.1.24
public Asset(
string id,
string path,
string sitePathBase,
XElement ele = null
)
Public Sub New (
id As String,
path As String,
sitePathBase As String,
Optional ele As XElement = Nothing
)
public:
Asset(
String^ id,
String^ path,
String^ sitePathBase,
XElement^ ele = nullptr
)
new :
id : string *
path : string *
sitePathBase : string *
?ele : XElement
(* Defaults:
let _ele = defaultArg ele null
*)
-> Asset
Parameters
- id
- Type: SystemString
- path
- Type: SystemString
- sitePathBase
- Type: SystemString
- ele (Optional)
- Type: System.Xml.LinqXElement
Reference