RootItemId property
ItemId?
get
RootItemId
Implementation
ItemId? get RootItemId {
if (this.IsAttachment && this.ParentAttachment!.Owner != null) {
return this.ParentAttachment!.Owner!.RootItemId;
} else {
return this.Id;
}
}