Click or drag to resize
BCFieldPathDefinitionMapFolder Method
Maps a folder to a new level or branch level, using the given property.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCFieldPathLevel MapFolder(
	BCFolder folder,
	BCPropertyDef propertyDef,
	FieldPathMapKind type
)

Parameters

folder
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFolder
The folder to map.
propertyDef
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCPropertyDef
The property definition used to map.
type
Type: BlueCieloECM.InnoCielo.Meridian.ServerFieldPathMapKind
The type of field-path map.

Return Value

Type: BCFieldPathLevel
The Field-Path definition level a folder is mapped to.
See Also