[This is preliminary documentation and is subject to change.]
Assembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public string GetVirtualPath( int folderId, string documentName ) |
| Visual Basic (Declaration) |
|---|
Public Function GetVirtualPath ( _ folderId As Integer, _ documentName As String _ ) As String |
| Visual C++ |
|---|
public: String^ GetVirtualPath( int folderId, String^ documentName ) |
Parameters
- folderId
- Type: System..::.Int32
Id of the folder for which the virtual path is being retrieved.
- documentName
- Type: System..::.String
Name of document appended to the virtual path.
