Description Returns the storage directory path for data of a McDBType in a McDBDatabase (mcdatnsm_StoreCopyFileName).
-
Return Type
-
A String value. The file-system folder containing the McDBNode.Data content.
-
Syntax
-
object.GetStorageFilePath (sDatabaseLogicalName, sDatabaseType)
The GetStorageFilePath Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataManager. | | sDatabaseLogicalName | Required. A String value. The McDBDatabase.Name for the McDBDatabase containing the storage path. | | sDatabaseType | Required. A String value. The McDBType.Name for the McDBType storing the storage path. |
|