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

Gets the organization blob

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

Syntax

C#
public byte[] GetOrgBlob(
	WebPartManager webPartManager,
	int orgId,
	int pathId
)
Visual Basic (Declaration)
Public Function GetOrgBlob ( _
	webPartManager As WebPartManager, _
	orgId As Integer, _
	pathId As Integer _
) As Byte()
Visual C++
public:
array<unsigned char>^ GetOrgBlob(
	WebPartManager^ webPartManager, 
	int orgId, 
	int pathId
)

Parameters

webPartManager
Type: System.Web.UI.WebControls.WebParts..::.WebPartManager
orgId
Type: System..::.Int32
pathId
Type: System..::.Int32

Return Value

See Also