[This is preliminary documentation and is subject to change.]
Checks the preinsert condition for the folder
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public DocumentStatus..::.DocumentPreInsertStatus CheckPreInsert( int destFolderId, int srcFolderId ) |
| Visual Basic (Declaration) |
|---|
Public Function CheckPreInsert ( _ destFolderId As Integer, _ srcFolderId As Integer _ ) As DocumentStatus..::.DocumentPreInsertStatus |
| Visual C++ |
|---|
public: DocumentStatus..::.DocumentPreInsertStatus CheckPreInsert( int destFolderId, int srcFolderId ) |
Parameters
- destFolderId
- Type: System..::.Int32
Id of the destination folder.
- srcFolderId
- Type: System..::.Int32
Id of the source folder.
