BCFolderElements Method (FSObjectKind, BCCollectionBaseBCPropertyDef) |
Returns the collection of objects in the folder.
The collection is sorted ascending on the DisplayName property value.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCCollection<BCFSObject> Elements(
FSObjectKind objectType,
BCCollectionBase<BCPropertyDef> propertyDefs
)
Public Function Elements (
objectType As FSObjectKind,
propertyDefs As BCCollectionBase(Of BCPropertyDef)
) As BCCollection(Of BCFSObject)
public:
BCCollection<BCFSObject^>^ Elements(
FSObjectKind objectType,
BCCollectionBase<BCPropertyDef^>^ propertyDefs
)
member Elements :
objectType : FSObjectKind *
propertyDefs : BCCollectionBase<BCPropertyDef> -> BCCollection<BCFSObject>
Parameters
- objectType
- Type: BlueCieloECM.InnoCielo.Meridian.ServerFSObjectKind
The type of objects to return.
- propertyDefs
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCCollectionBaseBCPropertyDef
The collection of property definitions that describe the set
of properties that is returned.
If , then default properties will be returned.
Return Value
Type:
BCCollectionBCFSObjectThe collection of objects in the folder.
See Also