Click or drag to resize
PropertiesGetItemProperties Method (Guid)
Returns a collection of an item's property instances.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public EntityCollection<Property> GetItemProperties(
	Guid itemId
)

Parameters

itemId
Type: SystemGuid
The unique identifier of the related item.

Return Value

Type: EntityCollectionProperty
See Also