serial class %BI.FolderAccess
extends %SerialObject
property AccessRight
as %String(TRUNCATE=1);
property FolderID
as %String(TRUNCATE=1);
property FolderName
as %String(TRUNCATE=1) [ Calculated ];
method FolderNameGet()
as %String
This is a Get accessor method for the FolderName property.