Click or drag to resize

NewWriter Methods

The NewWriter type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteEndFileContentVersion
Public methodWriteEndFileContentVersions
Public methodWriteEndFolder
Public methodWriteEndFolderKeys
Public methodWriteEndObject
Public methodWriteEndObjectAttributes
Public methodWriteEndObjectKeys
Public methodWriteEndRelationship
Public methodWriteEndRelationshipAttributes
Public methodWriteFileContent
Public methodWriteFileContentVersion
Public methodWriteFileContentVersions
Public methodWriteFolder
Public methodWriteFolderKeys
Public methodWriteObject(IObject, WriteObjectOptions)
Public methodWriteObject(IObject, WriteObjectOptions, KeyInfo)
Public methodWriteObjectAttributes
Public methodWriteObjectKeys(IObject)
Public methodWriteObjectKeys(IObject, KeyInfo)
Public methodWriteRelationship(IRelationship, WriteRelationshipOptions)
Public methodWriteRelationship(IRelationship, Int32, Int32, WriteRelationshipOptions)
Public methodWriteRelationshipAttributes
Public methodWriteStartFileContentVersion
Public methodWriteStartFileContentVersions
Public methodWriteStartFolder
Public methodWriteStartFolderKeys
Public methodWriteStartObject(IObject, WriteObjectOptions)
Public methodWriteStartObject(IObject, WriteObjectOptions, KeyInfo)
Public methodWriteStartObjectAttributes
Public methodWriteStartObjectKeys(IObject)
Public methodWriteStartObjectKeys(IObject, KeyInfo)
Public methodWriteStartRelationship(IRelationship, WriteRelationshipOptions)
Public methodWriteStartRelationship(IRelationship, Int32, Int32, WriteRelationshipOptions)
Public methodWriteStartRelationshipAttributes
Top
See Also