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: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCFSObject FSObjectWithDisplayName( FSObjectKind objectType, string displayName ) |
Visual Basic |
---|
Public Function FSObjectWithDisplayName ( _ objectType As FSObjectKind, _ displayName As String _ ) As BCFSObject |
Visual C++ |
---|
public: BCFSObject^ FSObjectWithDisplayName( FSObjectKind objectType, String^ displayName ) |
Parameters
- objectType
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..FSObjectKind
The type of objects to return.
- displayName
- Type: System..::..String
The DisplayName property value of the object.