BCFolderFSObjectWithDisplayName Method |
Returns a child folder or document object having the given 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 BCFSObject FSObjectWithDisplayName(
FSObjectKind objectType,
string displayName
)
Public Function FSObjectWithDisplayName (
objectType As FSObjectKind,
displayName As String
) As BCFSObject
public:
BCFSObject^ FSObjectWithDisplayName(
FSObjectKind objectType,
String^ displayName
)
member FSObjectWithDisplayName :
objectType : FSObjectKind *
displayName : string -> 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