UserPreferencesAddADAMObject Method

Add given ADAM objects into the cache.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Add given ADAM objects into the cache.")]
public int AddADAMObject(
	Guid id,
	string name
)

Parameters

id  Guid
name  String

Return Value

Int32
user id

See Also