BCNameSpaceGetUseAMFS Method (BCRepository) |
Returns a value indicating whether the AMFS share is used.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public bool GetUseAMFS(
BCRepository repository
)
Public Function GetUseAMFS (
repository As BCRepository
) As Boolean
public:
bool GetUseAMFS(
BCRepository^ repository
)
member GetUseAMFS :
repository : BCRepository -> bool
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