Click or drag to resize

McApplicationPath Property

Return the public data path

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public ReadOnly Property Path As String
	Get

Property Value

Type: String

Return Value

Type: String

Implements

IMcApplication.Path
IMcApplication2.Path
Remarks
Same as Path(mcPathType.mcptDocuments). For writeable documents, use Path(mcPathType.mcptWriteableDocuments).
See Also