[This is preliminary documentation and is subject to change.]

Saves the user content file

Namespace:  OfficeClip.DBLayer.OfficePortal
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void SaveUserContentFile(
	DataSet ds,
	int userId
)
Visual Basic (Declaration)
Public Sub SaveUserContentFile ( _
	ds As DataSet, _
	userId As Integer _
)
Visual C++
public:
void SaveUserContentFile(
	DataSet^ ds, 
	int userId
)

Parameters

ds
Type: System.Data..::.DataSet
The input dataset
userId
Type: System..::.Int32
The unique id of the user

See Also