BCDocumentTemplateUI MethodsMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
The BCDocumentTemplateUI type exposes the following members.
Methods

  NameDescription
Public methodClean
Cleans the content of the document template.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodImportFile 
Replaces the document with the content of an external file.
Public methodImportFile(IWin32Window)
Replaces the document with the content of an external file.
Public methodImportFile(IWin32Window, Boolean, String, String)
Replaces the document with the content of an external file.
Public methodInitObsolete.
Initializes the object with the document template to manage.
Public methodLoadFromFile
Loads the content of the document template from the specified file.
Public methodLocation 
Returns a path to the object.
Public methodLocation(CacheSyncKind)
Synchronizes the object and returns a path to it.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnDispose (Overrides DisposableObject OnDispose .)
Public methodRun 
Opens a document file with default application.
Public methodRun(IWin32Window)
Opens a document file with default application.
Public methodSaveToFile
Saves the content of the document template to the specified file.
Public methodScan 
Replaces document template content with newly scanned image.
Public methodScan(IWin32Window)
Replaces document template content with newly scanned image.
Public methodSync
Synchronizes the object in the local workspace with the vault.
Protected methodThrowIfDisposed
Throws the OnlineObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also