[This is preliminary documentation and is subject to change.]
Get the user blob
Namespace:
OfficeClip.DBLayer.ProviderAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public byte[] GetUserBlob( WebPartManager webPartManager, int orgId, string userName, int pathId ) |
Visual Basic (Declaration) |
---|
Public Function GetUserBlob ( _ webPartManager As WebPartManager, _ orgId As Integer, _ userName As String, _ pathId As Integer _ ) As Byte() |
Visual C++ |
---|
public: array<unsigned char>^ GetUserBlob( WebPartManager^ webPartManager, int orgId, String^ userName, int pathId ) |
Parameters
- webPartManager
- Type: System.Web.UI.WebControls.WebParts..::.WebPartManager
- orgId
- Type: System..::.Int32
- userName
- Type: System..::.String
- pathId
- Type: System..::.Int32