SubordinateDocData.Load Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Load(String, Boolean) | Subordinate files are assumed to have some "parent" DocData object that handles actual serialization, so Load operation is a no-op. (Overrides DocData.Load(String, Boolean).) | |
Load(String, UInt32, Int32) | Loads the document into memory. (Inherited from DocData.) |
Top