PreviousSectionProperties.RsidDel Property
Section Deletion Revision ID.Represents the attribte in schema: w:rsidDel
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "rsidDel")> _
Public Property RsidDel As HexBinaryValue
Get
Set
'Usage
Dim instance As PreviousSectionProperties
Dim value As HexBinaryValue
value = instance.RsidDel
instance.RsidDel = value
[SchemaAttrAttribute(, "rsidDel")]
public HexBinaryValue RsidDel { get; set; }
Property Value
Type: DocumentFormat.OpenXml.HexBinaryValue
Returns StringValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies a unique identifier used to track the editing session when the section mark for this section was deleted from the document.
All rsid* attributes throughout this document of an equal value, if present, shall indicate that those regions were modified during the same editing session.
A producer may choose to increment the revision save ID value to indicate subsequent editing sessions (editing between save actions) to indicate the order of the saves performed.
The possible values for this attribute are defined by the ST_LongHexNumber simple type.
See Also
Reference
PreviousSectionProperties Class