Interface EnumWebSubscriptionDeviceSubtype


  • public interface EnumWebSubscriptionDeviceSubtype
    Since:
    MicroStrategy Web 7.5.1
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int SUBSCRIPTION_DEVICE_SUBTYPE_ABSOLUTE
      This type of device requires that the actual physical location be completely specified by the user in order to properly define an address
      static int SUBSCRIPTION_DEVICE_SUBTYPE_FIXED
      This type of device completely defines the path within its definition In other words, all users using this device will end up using the same location
      static int SUBSCRIPTION_DEVICE_SUBTYPE_OTHER
      This value indicates that the device is not a file/print/ftp location
      static int SUBSCRIPTION_DEVICE_SUBTYPE_RELATIVE
      When an address corresponding to this type of device is created, the user would need to type in only a path relative to the fixed portion that is specified in the device definition For instance, the device definition could be something like \\network-server\directory1\%%PHYSICAL_ADDRESS%% So the path typed in by the user replaces only the %%PHYSICAL_ADDRESS%% macro
      static int SUBSCRIPTION_DEVICE_SUBTYPE_RELATIVE_MACRO