[This is preliminary documentation and is subject to change.]
Gets the folder related information for a particular folder identified by folderId.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public FolderInfo GetFolderInfo( int folderId ) |
| Visual Basic (Declaration) |
|---|
Public Function GetFolderInfo ( _ folderId As Integer _ ) As FolderInfo |
| Visual C++ |
|---|
public: FolderInfo^ GetFolderInfo( int folderId ) |
Parameters
- folderId
- Type: System..::.Int32
Id of the folder for which the information is being retrieved.
