Create a new SiteContent entry
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
Parameters
- name
- Type: System..::..String
Unique name of the entry. If already exists, ArgumentException will be thrown
- value
- Type: System..::..String
value of the SiteContent to be createdCrea
Return Value
te SiteContent
Exceptions
Exception | Condition |
---|
[!:System.ArgumentNulException] | Thrown if name parameter is null or empty |
System..::..ArgumentException | Thrown if the name provided already exists in SiteContent collection |
See Also