SobekCM_Database.Add_Item_To_User_Folder Method
Adds a digital resource to a user folder, or edits an existing item
Namespace: SobekCM.Library.DatabaseAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static bool Add_Item_To_User_Folder(
int UserID,
string FolderName,
string BibID,
string Vid,
int ItemOrder,
string UserNotes,
Custom_Tracer Tracer
) |
Parameters
- UserID
- Type: System..::..Int32
Primary key for this user in the database
- FolderName
- Type: System..::..String
Name of this user's folder
- BibID
- Type: System..::..String
Bibliographic identifier for this title / item group
- Vid
- Type: System..::..String
Volume identifier for this one volume within a title / item group
- ItemOrder
- Type: System..::..Int32
Order for this item within the folder
- UserNotes
- Type: System..::..String
Notes from the user about this item
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
Return Value
Type:
Boolean TRUE if successful, otherwise FALSE
Remarks
See Also