class %IPM.ResourceProcessor.Default.Interoperability
extends %IPM.ResourceProcessor.Default.Document
property Directory
as %String(MAXLEN="") [ InitialExpression = "i14y/" ];
Directory relative to module root containing the exported resource.
Defaults to the resource's extension (lower-case) if unspecified.
property FilenameExtension
as %String [ InitialExpression = "xml" ];
Extension for individual filename(s) that comprise this resource
property FilenameTranslateAssociator
as %String [ InitialExpression = "/___" ];
Characters in the filename to use as the associator in $translate when determining the resource's filename on disk
The default behavior is to replace "." with "/" and ignore "%"
property FilenameTranslateIdentifier
as %String [ InitialExpression = "-,("")" ];
Characters in the filename to use as the identifier in $translate when determining the resource's filename on disk
The default behavior is to replace "." with "/" and ignore "%"
method DirectoryGet()
as %String
This is a Get accessor method for the Directory property.