예제 #1
0
 public static bool ActiveDocumentLinkedToDocumentMap()
 {
     return(String.IsNullOrEmpty(ApplicationVariables.GetVariable(ApplicationVariables.DocumentMapFilePath)) ? false : true);
 }
예제 #2
0
 public static string DocumentMapperFilelocation()
 {
     return(ApplicationVariables.GetVariable(ApplicationVariables.DocumentMapFilePath));
 }