[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.FrameworkAssembly: 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.