Click or drag to resize
ItemValuesSelectSingleValue Method (Guid)
Selects a single value with a given unique identifier.

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Value SelectSingleValue(
	Guid id
)

Parameters

id
Type: SystemGuid
The identifier to search.

Return Value

Type: Value
See Also