Saves a file.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual int SaveFile(
	UnitOfWork2 uow
)
Visual Basic
Public Overridable Function SaveFile ( 
	uow As UnitOfWork2
) As Integer
Visual C++
public:
virtual int SaveFile(
	UnitOfWork2^ uow
)
F#
abstract SaveFile : 
        uow : UnitOfWork2 -> int 
override SaveFile : 
        uow : UnitOfWork2 -> int 

Parameters

uow
Type: UnitOfWork2
Unit of work.

Return Value

Type: Int32
The total # of entities affected by all actions performed in the Commit method.

Implements

IFileBLL..::..SaveFile(UnitOfWork2)

See Also