UserPreferencesRemoveAlert Method

Removes document or folder from list of alerts

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Remove document or folder from list of alerts")]
public void RemoveAlert(
	int objectId,
	bool isFolder
)

Parameters

objectId  Int32
id of the folder/document
isFolder  Boolean
whether object to remove is a document or a folder

See Also