Click or drag to resize

DatabaseUtilsCreateFileContentBeforeConnectTransaction Method

Overload List
  NameDescription
Public methodStatic memberCode exampleCreateFileContentBeforeConnectTransaction(IDatabaseRepository, String, Byte)
Creates a file content from binary content outside a database transaction. This avoids delaying the transaction commit because of possible network communication issues during uploading the binary content to the vault.
Public methodStatic memberCode exampleCreateFileContentBeforeConnectTransaction(IDatabaseRepository, String, String, Int32)
Creates a file content from binary content outside a database transaction. This avoids delaying the transaction commit because of possible network communication issues during uploading the binary content to the vault.
Top
See Also