PropertiesGetFolderProperties Method (Guid, NullableInt32) |
Returns a collection of a folder'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> GetFolderProperties(
Guid folderId,
Nullable<int> languageId
)
Public Function GetFolderProperties (
folderId As Guid,
languageId As Nullable(Of Integer)
) As EntityCollection(Of Property)
public:
EntityCollection<Property^>^ GetFolderProperties(
Guid folderId,
Nullable<int> languageId
)
member GetFolderProperties :
folderId : Guid *
languageId : Nullable<int> -> EntityCollection<Property>
Parameters
- folderId
- Type: SystemGuid
The unique identifier of the related folder. - languageId
- Type: SystemNullableInt32
The language of the property's content to return.
Return Value
Type:
EntityCollectionProperty
See Also