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

Gets all the files uploaded by the user to be used in a particular group's or organization's Menus.

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

Syntax

C#
public DataView GetCorpMenuFiles(
	int groupId
)
Visual Basic (Declaration)
Public Function GetCorpMenuFiles ( _
	groupId As Integer _
) As DataView
Visual C++
public:
DataView^ GetCorpMenuFiles(
	int groupId
)

Parameters

groupId
Type: System..::.Int32
Id of a particular group.

Return Value

DataView consisting of the following columns.
  • fileName (System.String)Name of the file.
  • filePath (System.String)Path of the file.

See Also