Documentation Center

IPublishTarget

This topic describes the properties and methods of the IPublishTarget interface.

Methods

Get
Returns the value for the given property name.
propertyName
String with the name of the property
Set
Sets the value for the given property.
propertyName
String with the name of the property
value
String with the value for the property
TryGet
Tries to get the value for the given property name.
propertyName
String with the name of the property
value
String with the value matching the specified name
Contains
Checks whether the given property name exists or not.
propertyName
String with the name of the property
Remove
Removes the value for the given property name.
propertyName
String with the name of the property
GetPropertyNames
Returns a list with all the property names available on this object.