Class ContentBlockLocationCitation
public class ContentBlockLocationCitation : LocationCitation
- Inheritance
-
objectContentBlockLocationCitation
- Inherited Members
Properties
EndBlockIndex
Required.
public int EndBlockIndex { get; set; }
Property Value
- int
StartBlockIndex
Required. Required range: x >= 0
public int StartBlockIndex { get; set; }
Property Value
- int
Type
Required.
public override CitationType Type { get; }