Click or drag to resize

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
)

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: BCFSObject
The found object.
See Also