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
)
Public Function GetUseAMFS (
repository As BCRepository
) As Boolean
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:
BooleanA value indicating whether the AMFS share is used.
See Also