BCDocumentGetStreamInfo Method (Boolean, BCDocumentStreamKind, Boolean) |
Get the document stream information
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.41.0)
Syntaxpublic string GetStreamInfo(
out bool StreamExists,
BCDocumentStreamKind WhichStream = BCDocumentStreamKind.Default,
bool RelativePath = true
)
Public Function GetStreamInfo (
<OutAttribute> ByRef StreamExists As Boolean,
Optional WhichStream As BCDocumentStreamKind = BCDocumentStreamKind.Default,
Optional RelativePath As Boolean = true
) As String
public:
String^ GetStreamInfo(
[OutAttribute] bool% StreamExists,
BCDocumentStreamKind WhichStream = BCDocumentStreamKind::Default,
bool RelativePath = true
)
member GetStreamInfo :
StreamExists : bool byref *
?WhichStream : BCDocumentStreamKind *
?RelativePath : bool
(* Defaults:
let _WhichStream = defaultArg WhichStream BCDocumentStreamKind.Default
let _RelativePath = defaultArg RelativePath true
*)
-> string
Parameters
- StreamExists
- Type: SystemBoolean
Set to true on return if the stream exists. - WhichStream (Optional)
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocumentStreamKind
Kind of document stream BCDocumentStreamKind. - RelativePath (Optional)
- Type: SystemBoolean
If true, the stream path will not include stream server root path.
Return Value
Type:
StringDocument stream path
See Also