[This is preliminary documentation and is subject to change.]
Gets the user content dataset
Namespace:
OfficeClip.DBLayer.OfficePortalAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DataSet GetUserContentDS( int userId ) |
Visual Basic (Declaration) |
---|
Public Function GetUserContentDS ( _ userId As Integer _ ) As DataSet |
Visual C++ |
---|
public: DataSet^ GetUserContentDS( int userId ) |
Parameters
- userId
- Type: System..::.Int32