[This is preliminary documentation and is subject to change.]

Uploads a file which can be used as a link to one of a particular group or organization Menus.

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int UploadCorpMenuFile(
	int groupId,
	HttpPostedFile pFile
)
Visual Basic (Declaration)
Public Function UploadCorpMenuFile ( _
	groupId As Integer, _
	pFile As HttpPostedFile _
) As Integer
Visual C++
public:
int UploadCorpMenuFile(
	int groupId, 
	HttpPostedFile^ pFile
)

Parameters

groupId
Type: System..::.Int32
Id of a particular group.
pFile
Type: System.Web..::.HttpPostedFile
The posted (uploaded) file.

Return Value

0 if Successful 1 if Saving to server failed 2 if Client file not accessible 3 if Empty Posted File

See Also