API Reference
Class
LegacyXlsWriteReservation
Represents workbook write-reservation metadata parsed from a BIFF FileSharing record.
Inheritance
- Object
- LegacyXlsWriteReservation
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyXlsWorkbook.WriteReservation
Constructors
public LegacyXlsWriteReservation(Boolean readOnlyRecommended, String legacyPasswordHash = null, String userName = null) #Creates workbook write-reservation metadata.
Parameters
- readOnlyRecommended System.Boolean
- Whether applications should recommend opening the workbook as read-only.
- legacyPasswordHash System.String = null
- Optional 16-bit write-reservation password verifier formatted as four uppercase hexadecimal digits.
- userName System.String = null
- Optional user name associated with the write reservation.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean ReadOnlyRecommended { get; } #Gets whether applications should recommend opening the workbook as read-only.
public String LegacyPasswordHash { get; } #Gets the optional legacy write-reservation password verifier.
public String UserName { get; } #Gets the optional user name associated with the write reservation.