API Reference
Class
OneNoteJcid
Decoded JCID object classification.
Inheritance
- Object
- OneNoteJcid
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property OneNoteRevisionStoreObject.Jcid
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public UInt32 Value { get; } #Complete JCID value.
public UInt16 Index { get; } #Object type index.
public Boolean IsBinary { get; } #Whether the object carries synchronization encryption data.
public Boolean IsPropertySet { get; } #Whether the object data is a property set.
public Boolean IsGraphNode { get; } #Whether the object is a graph node.
public Boolean IsFileData { get; } #Whether the object is file data.
public Boolean IsReadOnly { get; } #Whether revisions must retain identical data.