Platform Symphony .NET API Reference - Version 5.1
Publish Method (attribute, throwOnFailure)
NamespacesPlatform.Symphony.SoamServiceContextPublish(ResourceAttribute, Boolean)
Publishes the attribute to the system.
Declaration Syntax
C#
public void Publish(
	ResourceAttribute attribute,
	bool throwOnFailure
)
Parameters
attribute (ResourceAttribute)
The attribute being published.
throwOnFailure (Boolean)
Indicates whether we want the method to throw an exception if it fails to publish the attribute.
Remarks

The service may publish details about an attribute at anytime during its lifetime.

Exceptions
ExceptionCondition
[SoamException]If attribute could not be published and "throwOnFailure" is set to [true].
See Also
[ResourceAttribute]

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 5.1.0.0