Click or drag to resize

BCRepositoryGetSharedFSObject Method

Returns a file system shared object with the specified SharedID (AMBot supplied 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 static BCFSObject GetSharedFSObject(
	string shareID
)

Parameters

shareID
Type: SystemString
The SharedID value supplied by AMBot.

Return Value

Type: BCFSObject
The file system shared object.
See Also