Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%BI.FolderAccess

serial class %BI.FolderAccess extends %Library.SerialObject

Property Inventory

Method Inventory

Properties

property AccessRight as %String (TRUNCATE = 1);
Property methods: AccessRightDisplayToLogical(), AccessRightGet(), AccessRightIsValid(), AccessRightLogicalToDisplay(), AccessRightLogicalToOdbc(), AccessRightNormalize(), AccessRightSet()
property FolderID as %String (TRUNCATE = 1);
Property methods: FolderIDDisplayToLogical(), FolderIDGet(), FolderIDIsValid(), FolderIDLogicalToDisplay(), FolderIDLogicalToOdbc(), FolderIDNormalize(), FolderIDSet()
property FolderName as %String (TRUNCATE = 1) [ Calculated ];
Property methods: FolderNameDisplayToLogical(), FolderNameIsValid(), FolderNameLogicalToDisplay(), FolderNameLogicalToOdbc(), FolderNameNormalize()

Methods

method FolderNameGet() as %String

Inherited Members

Inherited Methods

FeedbackOpens in a new tab