SobekCM_Database.Save_User_Search Method
Saves a search to the user's saved searches
Namespace: SobekCM.Library.DatabaseAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static int Save_User_Search(
int UserID,
string SearchUrl,
string SearchDescription,
int ItemOrder,
string UserNotes,
Custom_Tracer Tracer
) |
Parameters
- UserID
- Type: System..::..Int32
Primary key for this user in the database
- SearchUrl
- Type: System..::..String
SobekCM search URL
- SearchDescription
- Type: System..::..String
Programmatic description of this search
- ItemOrder
- Type: System..::..Int32
Order for this search within the folder
- UserNotes
- Type: System..::..String
Notes from the user about this search
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
Return Value
Type:
Int32 New UserSearchID, or -1 if this edits an existing one
Remarks
See Also