Click or drag to resize
ItemGetValueModelT Method
Gets a ValueModel with the specified type.

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public T GetValueModel<T>()
where T : ValueModel

Type Parameters

T

Return Value

Type: T
See Also