Click or drag to resize

FilePartSequence Property

If a Title is composed of multiple parts, then this value indicates which part contains the file. The sequence is 1-based. Most titles contain a single part, in which case the part sequence is 1.

Namespace: Orthogonal.Hoarder.StdLib.Entity
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.17
Syntax
C#
public int PartSequence { get; set; }

Property Value

Int32
See Also