32 lines
No EOL
788 B
HTML
32 lines
No EOL
788 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>FolderInfo</title>
|
|
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
|
|
</script>
|
|
<script type="text/javascript">
|
|
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h3>FolderInfo</h3><pre>Defined in file <a href="gbproj.asn.html">gbproj.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCFolderInfo.html">CFolderInfo</a>
|
|
|
|
|
|
FolderInfo ::= SEQUENCE {
|
|
title VisibleString,
|
|
|
|
-- basic descriptors
|
|
create-date <a href="Date.html">Date</a>,
|
|
|
|
-- optional comments
|
|
comment VisibleString OPTIONAL,
|
|
|
|
-- "folder open" state
|
|
open BOOLEAN OPTIONAL,
|
|
|
|
-- arbitrary annotations
|
|
annot SET OF <a href="Annotdesc.html">Annotdesc</a> OPTIONAL
|
|
}</pre>
|
|
</body>
|
|
</html> |