BCDocumentGetStreamPath Method |
Get the document stream path.
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 string GetStreamPath(
BCDocumentStreamKind WhichStream = BCDocumentStreamKind.Default,
bool RelativePath = true
)
Public Function GetStreamPath (
Optional WhichStream As BCDocumentStreamKind = BCDocumentStreamKind.Default,
Optional RelativePath As Boolean = true
) As String
Parameters
- 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