PopulateResult Enumeration |
Results that are returned by ElementBase.Populate.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic enum PopulateResult
Public Enumeration PopulateResult
public enum class PopulateResult
Members
| Member name | Value | Description |
---|
| Ok | 0 |
Indicates that the Element and its children parsed correctly.
|
| ClusterDetected | 1 |
Indicates that the Element was parsed correctly, but a cluster was encountered.
|
| Error | 2 |
Indicates that an error was encountered while parsing the Element or one of its children.
|
See Also