An interface for document management
Namespace:
Contracts.DocManagement
Assembly: Contracts (in Contracts.dll)
Top
Assembly: Contracts (in Contracts.dll)
<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _
Public Interface IDocManager
Inherits IDisposable
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
public interface IDocManager : IDisposable
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
public interface class IDocManager : public IDisposable^
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
BeginSave() | Begin a save |
![]() |
CanCreateFileFrom() | |
![]() |
CanHandle(string) | |
![]() |
CanProvideStandardAttributes() | |
![]() |
CanSupportManagedAttributes() | |
![]() |
CanSupportReferences() | Can we support references? |
![]() |
CancelSave() | |
![]() |
CreateCSV(string) | Create a new file in CSV format |
![]() |
CreateFile(string, out string) | Create a file |
![]() |
CreateFileFrom(string, EntityID, out bool) | Create a new file from another |
![]() |
CreateIndexableFile() | Create a file we can index |
![]() |
CreateLINZTiffFrom(string) | Create a new file in LINZ tiff format from other file by converting it with debenu |
![]() |
EndSave(string) | End a save |
![]() |
FindAttributes() | find any related attributes |
![]() |
FindReferences() | |
![]() |
GetAvailableTypes(string) | Get all available document types |
![]() |
GetDocumentSpecificData() | Get specific file data that the server can process later |
![]() |
GetDocumentType() | Get a document type |
![]() |
GetPlaceHolders() | Get any place holders |
![]() |
GetReferences() | Get any references |
![]() |
GetStandardAttributes() | Get the list of standard attributes (mapped by name) |
![]() |
GetUnmanagedReferences() | Get any unmanaged references |
![]() |
ManageReferences(Dictionary<StringEntityID>) | Manage some references |
![]() |
Open(string, string, bool, bool) | |
![]() |
SubstituteAttributePlaceholders(List<FilePlaceHolder>, out string) | Substitute placeholders |
![]() |
SubstitutePlainTextPlaceholders(Dictionary<StringString>, out string) | Substitute plain text placeholders |
![]() |
UpdateAttributes(Dictionary<StringString>) | Update some attributes from their internal document name, using text values |
![]() |
UpdateAttributes(List<EmbeddedFileAttribute>) | Update attributes from a list of embedded file attributes |
![]() |
UpdateCADBlockAttributes(List<EmbeddedFileAttribute>) | Update attributes in a CAD block, eg. from a cad register file |
![]() |
UpdateReferencedFiles(Dictionary<StringString>) | Update any referenced files in the document |