BCFolderElements Method (FSObjectKind) |
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
)
Public Function Elements (
objectType As FSObjectKind
) As BCCollection(Of BCFSObject)
public:
BCCollection<BCFSObject^>^ Elements(
FSObjectKind objectType
)
member Elements :
objectType : FSObjectKind -> BCCollection<BCFSObject>
Parameters
- objectType
- Type: BlueCieloECM.InnoCielo.Meridian.ServerFSObjectKind
The type of objects to return.
Return Value
Type:
BCCollectionBCFSObjectThe sorted collection of objects in the folder.
See Also