PubItem Class
NAMESPACE
RASAdminEngine.Core.OutputModels
DESCRIPTION
RAS Published Item
INHERITED FROM
RASSerilazableObj⇒RASListObj⇒PubItem
INTERFACES
ISerializable
IComparable
PUBLIC PROPERTIES
List<String>
AllowedClients
Lists the allowed clients (deprecated).
List<String>
AllowedGateways
Lists the allowed Gateways (deprecated).
List<String>
AllowedMACs
Lists the allowed MAC addresses (deprecated).
Boolean
ClientFilterEnabled
Whether Client Filtering is enabled or not (deprecated).
String
Description
Description of the published item.
Boolean
Enabled
Whether the published item is enabled or not.
Boolean
GatewayFilterEnabled
Whether Gateway Filtering is enabled or not (deprecated).
UInt32
Id
Boolean
InheritMaintenance
Inherit Maintenance.
Boolean
IPFilterEnabled
Whether IP Filtering is enabled or not (deprecated).
Boolean
MACFilterEnabled
Whether MAC address Filtering is enabled or not (deprecated).
MaintenanceMessages
Contains a set of maintenance messages in different languages.
String
Name
Name of the published item.
Boolean
OSFilterEnabled
Whether OS Filtering is enabled or not (deprecated).
UInt32
ParentId
ID of the parent folder of the published item.
Boolean
PreferredRoutingEnabled
Whether Preferred Routing is enabled or not.
UInt32
PreviousId
ID of the previous published item.
List<UInt32>
PublishToSite
List of the IDs of all the sites this item is published to.
Boolean
ReplicateMaintenance
Replicate Maintenance.
Type
Type of published item: 0=Any, 1=Folder, 2=RDSApp, 3=RDSDesktop, 4=VDIDesktop, 5=PCDesktop, 6=PCApp, 7=VDIApp.
Boolean
UserFilterEnabled
Whether User Filtering is enabled or not (deprecated).
PUBLIC METHODS
Type
GetType ()
Boolean
ShouldSerializeHDIconId ()
Boolean
ShouldSerializeIconId ()
String
ToString ()
Last updated