[This is preliminary documentation and is subject to change.]
Save the organiation blob
Namespace:
OfficeClip.DBLayer.ProviderAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public int SaveOrgBlob( int orgId, byte[] dataBlob, int pathId ) |
| Visual Basic (Declaration) |
|---|
Public Function SaveOrgBlob ( _ orgId As Integer, _ dataBlob As Byte(), _ pathId As Integer _ ) As Integer |
| Visual C++ |
|---|
public: int SaveOrgBlob( int orgId, array<unsigned char>^ dataBlob, int pathId ) |
Parameters
- orgId
- Type: System..::.Int32
- dataBlob
- Type: array<System..::.Byte>[]()[]
- pathId
- Type: System..::.Int32
