BCFolderFSObjectWithDisplayName Method |
Returns a child folder or document object having the given DisplayName property value.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public BCFSObject FSObjectWithDisplayName(
FSObjectKind objectType,
string displayName
)
Public Function FSObjectWithDisplayName (
objectType As FSObjectKind,
displayName As String
) As BCFSObject
Parameters
- objectType
- Type: BlueCieloECM.InnoCielo.Meridian.ServerFSObjectKind
The type of objects to return. - displayName
- Type: SystemString
The DisplayName property value of the object.
Return Value
Type:
BCFSObjectThe found object.
See Also