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

Save the user blob

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

Syntax

C#
public int SaveUserBlob(
	int orgId,
	string userName,
	byte[] dataBlob,
	int pathId
)
Visual Basic (Declaration)
Public Function SaveUserBlob ( _
	orgId As Integer, _
	userName As String, _
	dataBlob As Byte(), _
	pathId As Integer _
) As Integer
Visual C++
public:
int SaveUserBlob(
	int orgId, 
	String^ userName, 
	array<unsigned char>^ dataBlob, 
	int pathId
)

Parameters

orgId
Type: System..::.Int32
userName
Type: System..::.String
dataBlob
Type: array<System..::.Byte>[]()[]
pathId
Type: System..::.Int32

Return Value

See Also