Skip to main content
A newer version of this page is available. .

SpreadsheetCustomDocumentProcessor Methods

Provides methods to process a document in the Controller in a custom manner.
Name Description
DocumentSelectorFileUploading(Action<FileManagerFileUploadEventArgs>) Fires before a file is uploaded to the Document Selector and allows you to cancel the action.
DocumentSelectorFolderCreating(Action<FileManagerFolderCreateEventArgs>) Fires on the server side before a folder is created within the FileManager (a document selector) embedded into built-in file dialogs, and allows you to cancel the action.
DocumentSelectorItemDeleting(Action<FileManagerItemDeleteEventArgs>) Enables you to perform server-side processing of file/folder deletion operations initiated within the Spreadsheet’s built-in Document Selector.
DocumentSelectorItemMoving(Action<FileManagerItemMoveEventArgs>) Enables you to perform server-side processing of file/folder move operations initiated within the Spreadsheet’s built-in Document Selector.
DocumentSelectorItemRenaming(Action<FileManagerItemRenameEventArgs>) Enables you to perform server-side processing of file/folder rename operations initiated within the Spreadsheet’s built-in Document Selector.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Saving(Action<DocumentSavingEventArgs>) Fires before a file is saved to the server and allows you to cancel the action.
SettingsDialogs(Action<SpreadsheetDialogSettings>) Enables you to customize the built-in dialog settings.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also