Click or drag to resize

BCNameSpaceGetUseAMFS Method (BCRepository)

Returns a value indicating whether the AMFS share is used.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Client
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public bool GetUseAMFS(
	BCRepository repository
)

Parameters

repository
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepository
The connection to the vault. If not , the method returns a combination of client and vault AMFS settings; otherwise, returns client AMFS settings.

Return Value

Type: Boolean
A value indicating whether the AMFS share is used.
See Also