Skip to main content

%SYS.Studio.DocumentHistory

class %SYS.Studio.DocumentHistory extends %Library.RegisteredObject

Method Inventory

Methods

classmethod Add(DocumentName As %String, Action As %String = 1, Namespace As %String = $ZU(5), Username As %String = $USERNAME, MaxItems As %Integer = 100)
classmethod Clear(Namespace As %String = $ZU(5), Username As %String = $USERNAME)
classmethod Delete(DocumentName As %String, Namespace As %String = $ZU(5), Username As %String = $USERNAME) as %Integer
classmethod Get(Namespace As %String = $ZU(5), Username As %String = $USERNAME, MaxItems As %Integer = 100) as %String
classmethod GetWithDate(Namespace As %String = $ZU(5), Username As %String = $USERNAME, MaxItems As %Integer = 100) as %String

Inherited Members

Inherited Methods

FeedbackOpens in a new tab