Excerpt |
---|
Represents a connected MongoDB database, containing functions for interacting with the processes within MongoDB.
|
Code Block |
---|
public class Database |
Example
The following example clears the pages from a specific process in the database.
Code Block |
---|
public class ClearPages : CustomNode
{
public override void Run()
{
var process = Database.GetProcessById(1);
process.Document.ClearPages();
Database.UpdateProcess(process);
}
} |
GetProcessById Filter by label (Content by label) |
---|
Insert excerpt |
---|
GetProcessById Method | GetProcessById Method | nopanel | true |
---|
Insert excerpt |
---|
GetProcessesByProperty Method | GetProcessesByProperty Method | nopanel | true |
---|
Insert excerpt |
---|
InsertProcess Method | InsertProcess Method | nopanel | true |
---|
Insert excerpt |
---|
UpdateProcess Method | UpdateProcess Method | nopanel | true |
---|
Insert excerpt |
---|
DeleteProcessById Method | DeleteProcessById Method | nopanel | trueshowLabels | false |
---|
showSpace | false |
---|
sort | title |
---|
excerptType | simple |
---|
cql | label = "databasemethod" |
---|
|