BCDocument.GetStreamInfo Method (Boolean, BCDocument.StreamKind, 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.111.0)
Syntaxpublic string GetStreamInfo(
out bool StreamExists,
BCDocument.StreamKind WhichStream = BCDocument.StreamKind.Default,
bool RelativePath = true
)
Public Function GetStreamInfo (
<OutAttribute> ByRef StreamExists As Boolean,
Optional WhichStream As BCDocument.StreamKind = BCDocument.StreamKind.Default,
Optional RelativePath As Boolean = true
) As String
Parameters
- StreamExists
- Type: System.Boolean
Set to true on return if the stream exists. - WhichStream (Optional)
- Type: BlueCieloECM.InnoCielo.Meridian.Server.BCDocument.StreamKind
Kind of document stream BCDocument.StreamKind. - RelativePath (Optional)
- Type: System.Boolean
If true, the stream path will not include stream server root path.
Return Value
Type:
StringDocument stream path
See Also