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.53.0)
Syntax
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.
Return Value
The found object.See Also