Click or drag to resize

metaToolsGetDirectoryPath Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the directory path.

Namespace:  imbSCI.Reporting.meta
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public static string GetDirectoryPath(
	this IRenderExecutionContext context,
	IMetaContentNested scoped,
	List<reportElementLevel> levels,
	bool makeAppApsolut = true
)
Request Example View Source

Parameters

context
Type: imbSCI.Core.reporting.renderIRenderExecutionContext
The context.
scoped
Type: imbSCI.Core.interfacesIMetaContentNested
The scoped.
levels
Type: System.Collections.GenericListreportElementLevel
What levels of element are able to create new folder
makeAppApsolut (Optional)
Type: SystemBoolean
if set TRUE it will make path including absolute path to application runtime

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IRenderExecutionContext. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also