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

Gets the meta csv path. This is the path where the csv file will be stored

Namespace:  OfficeClip.BusinessLayer.Metabase
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static string GetMetaCsvPath(
	MetaConstants..::.MetaEntity me,
	int externalId
)
Visual Basic (Declaration)
Public Shared Function GetMetaCsvPath ( _
	me As MetaConstants..::.MetaEntity, _
	externalId As Integer _
) As String
Visual C++
public:
static String^ GetMetaCsvPath(
	MetaConstants..::.MetaEntity me, 
	int externalId
)

Parameters

me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity
externalId
Type: System..::.Int32
The external id, usually the group id

Return Value

The csv path

See Also