Select a single SiteContent entry by its unique ID or unique name
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
ISiteContent SelectSingle( string identifer, bool useCache, bool addToCahce ) |
Visual Basic |
---|
Function SelectSingle ( _ identifer As String, _ useCache As Boolean, _ addToCahce As Boolean _ ) As ISiteContent |
Visual C++ |
---|
ISiteContent^ SelectSingle( String^ identifer, bool useCache, bool addToCahce ) |
Parameters
- identifer
- Type: System..::..String
ID or name of the SiteContent
- useCache
- Type: System..::..Boolean
Take from the cahce if it exists
- addToCahce
- Type: System..::..Boolean