UserPreferencesAddAlert Method

Add document or folder to list of alerts

Definition

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

Parameters

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

See Also