PropertiesGetItemProperties Method (Guid, NullableInt32) |
Returns a collection of an item's property instances.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntityCollection<Property> GetItemProperties(
Guid itemId,
Nullable<int> languageId
)
Public Function GetItemProperties (
itemId As Guid,
languageId As Nullable(Of Integer)
) As EntityCollection(Of Property)
public:
EntityCollection<Property^>^ GetItemProperties(
Guid itemId,
Nullable<int> languageId
)
member GetItemProperties :
itemId : Guid *
languageId : Nullable<int> -> EntityCollection<Property>
Parameters
- itemId
- Type: SystemGuid
The unique identifier of the related item. - languageId
- Type: SystemNullableInt32
The language content of the property to return.
Return Value
Type:
EntityCollectionProperty
See Also