Metodo DedPublishingFileNameConfigurationSetValue
|
Modifica il valore del formato
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public void SetValue(
DedPublicationPlatform platform,
DedPublicationFormat fmt,
string newValue
)
Public Sub SetValue (
platform As DedPublicationPlatform,
fmt As DedPublicationFormat,
newValue As String
)
public:
virtual void SetValue(
DedPublicationPlatform platform,
DedPublicationFormat fmt,
String^ newValue
) sealed
abstract SetValue :
platform : DedPublicationPlatform *
fmt : DedPublicationFormat *
newValue : string -> unit
override SetValue :
platform : DedPublicationPlatform *
fmt : DedPublicationFormat *
newValue : string -> unit
Parametri
- platform
- Tipo: DedNet.CoreDedPublicationPlatform
Stringa rappresentante il CAD a cui è associata l'opzione. - fmt
- Tipo: DedNet.CoreDedPublicationFormat
Estensione che di cui si vuole modificare il valore. - newValue
- Tipo: SystemString
Nuovo valore.
Implementa
IDedPublishingConfigurationTSetValue(DedPublicationPlatform, DedPublicationFormat, T)Vedi anche