Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxFunction Get(Of T) (
id As String
) As T
generic<typename T>
T Get(
String^ id
)
abstract Get :
id : string -> 'T Parameters
- id String
- Unique ID of the object to retrieve
Type Parameters
- T
- Type of the object to retrieve
Return Value
TReturns the object with matching ID. If object with that ID doesn't exist, or the object's type doesn't match the type parameters, returns null.
Remarks
See Also