Publishes a DSD file using the background publishing process.
Public static Function publishThisDsd( dwgName As string, dsdName As string ) As bool
public static bool publishThisDsd( string dwgName, string dsdName );
Parameters |
Description |
string dwgName |
Input string as the name of the host drawing |
string dsdName |
Input string that contains the path and filename of the DSD file to be published |
Returns a Boolean value of True if the publish process successfully started, else False.
Comments? |