  | FileHandlerExtensionEnsureLocalDocument Method  | 
            Some operation is about to be using given document. FileHandler
            may ensure it exists.
            
 
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic virtual void EnsureLocalDocument(
	string bsFilename,
	string bsConfiguration
)
Public Overridable Sub EnsureLocalDocument ( 
	bsFilename As String,
	bsConfiguration As String
)
Parameters
- bsFilename
 - Type: SystemString
Full path to the model about to be loaded in to export dialog - bsConfiguration
 - Type: SystemString
configuration about to be used in operation 
Availability
See Also