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

Deactivates the event publish url corresponding to a particular group.

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

Syntax

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

Parameters

groupId
Type: System..::.Int32
The unique id of the group.

Return Value

0 if successful, -1 in case of an error.

See Also