Platform Symphony .NET API Reference - Version 5.1
Publish Method (attribute)
NamespacesPlatform.Symphony.SoamServiceContextPublish(ResourceAttribute)
Publishes the attribute to the system.
Declaration Syntax
C#
public void Publish(
	ResourceAttribute attribute
)
Parameters
attribute (ResourceAttribute)
The attribute being published.
Remarks

The service may publish details about an attribute at anytime during its lifetime. To reduce coding complexity this method will not throw an exception if the publish cannot be completed sucessfully. If your service wishes to get an exception on failure to publish then use the overload of this mehtod that includes the throwOnFailure attribute and set its value to [true].

See Also
[ResourceAttribute]

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