|
Name
|
Description
|
|
BeginSave()
|
Begin a save
|
|
CADPublish(string, Dictionary<StringString>, string, CADPublishSettings)
|
Publish document
|
|
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
|
|
GetLayouts()
|
Get the list of cad layout names
|
|
GetPlaceHolders()
|
Get any place holders
|
|
GetPlotDevices()
|
Get all the print/plot devices available for this file type with the list of their media names
|
|
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
|
|
MergeFiles(List<String>, string)
|
|
|
Open(string, string, bool, bool)
|
|
|
RemoveReferences(Dictionary<ReferenceTypeHashSet<String>>)
|
Remove references from a document
|
|
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
|