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

Modify the filter

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

Syntax

C#
public int Modify(
	MetaConstants..::.MetaEntity me,
	int externalKey,
	int filterId,
	string filterName,
	MF mFilter,
	bool isPrivate,
	bool isOwner,
	int currentUserId
)
Visual Basic (Declaration)
Public Function Modify ( _
	me As MetaConstants..::.MetaEntity, _
	externalKey As Integer, _
	filterId As Integer, _
	filterName As String, _
	mFilter As MF, _
	isPrivate As Boolean, _
	isOwner As Boolean, _
	currentUserId As Integer _
) As Integer
Visual C++
public:
int Modify(
	MetaConstants..::.MetaEntity me, 
	int externalKey, 
	int filterId, 
	String^ filterName, 
	MF^ mFilter, 
	bool isPrivate, 
	bool isOwner, 
	int currentUserId
)

Parameters

me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity
externalKey
Type: System..::.Int32
The unique id of the group
filterId
Type: System..::.Int32
The unique id of the filter
filterName
Type: System..::.String
The name of the filter
mFilter
Type: OfficeClip.BusinessLayer.Metabase.Filter..::.MF
The meta filter object
isPrivate
Type: System..::.Boolean
true if the filter is private
isOwner
Type: System..::.Boolean
true if the current user is the owner of the filter
currentUserId
Type: System..::.Int32
The unique id of the current user

Return Value

0 if successful

See Also