Click or drag to resize

BCDocument.GetStreamPath 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(
	BCDocument.StreamKind WhichStream = BCDocument.StreamKind.Default,
	bool RelativePath = true
)

Parameters

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: String
Document stream path
See Also