Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%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