DataRoomDocumentIndexStatus
Indicates the publication and visibility status of a document or folder within the Data Room index, specifically from the perspective of external users.
enum DataRoomDocumentIndexStatus {
ENABLED
DISABLED
}
Values
DataRoomDocumentIndexStatus.ENABLED
The item is published and accessible to external users. It will appear in their view of the Data Room index and can be opened or downloaded based on permissions.
DataRoomDocumentIndexStatus.DISABLED
The item is not published and is hidden from external users. It cannot be accessed, downloaded, or shared with extrenal teams.
Member Of
DataRoomDocument
object ● DataRoomFolder
object ● IDataRoomDocumentIndexItem
interface