[This is preliminary documentation and is subject to change.]
            Gets the parentId of the current folderId.
            
    Namespace: 
   OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
protected int GetParentId( int folderId )  | 
| Visual Basic (Declaration) | 
|---|
Protected Function GetParentId ( _ folderId As Integer _ ) As Integer  | 
| Visual C++ | 
|---|
protected: int GetParentId( int folderId )  | 
Parameters
- folderId
 - Type: System..::.Int32
Id of the folder. 
