Click or drag to resize

SOApplicationClassOpenIncomingDocumentDialog Method

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
public virtual void OpenIncomingDocumentDialog(
	string i_FilePath,
	bool i_RemoveOriginal,
	int i_ContactId = 0,
	int i_PersonId = 0,
	int i_ProjectId = 0,
	int i_SaleId = 0
)

Parameters

i_FilePath
Type: SystemString
i_RemoveOriginal
Type: SystemBoolean
i_ContactId (Optional)
Type: SystemInt32
i_PersonId (Optional)
Type: SystemInt32
i_ProjectId (Optional)
Type: SystemInt32
i_SaleId (Optional)
Type: SystemInt32

Implements

IApplicationOpenIncomingDocumentDialog(String, Boolean, Int32, Int32, Int32, Int32)
See Also