It's value for the property "IsDocument" will be true. */ const short KIND_DOCUMENT = 2; /** The new content is of kind folder.
It's value for the property "IsFolder" will be true. */ const short KIND_FOLDER = 4; /** The new content is of kind link.
It will support the property "TargetURL" ( which identifies it as a link ). */ const short KIND_LINK = 8; }; }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
2026-07-11