Class HookDetailsScope
Namespace: Autodesk.Webhooks.Model
Assembly: Autodesk.Webhooks.dll
Represents the extent to which the event is monitored. For example, if the scope is folder, the webhooks service generates a notification for the specified event occurring in any sub folder or item within that folder.
[DataContract]
public class HookDetailsScope
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
HookDetailsScope()
Initializes a new instance of the
public HookDetailsScope()
Properties
Folder
The URN of the folder the scope is set to. Present only for Data Management events.
See Creating a Webhook and Listening to Data Management Events for more information.
[DataMember(Name = "folder", EmitDefaultValue = false)]
public string Folder { get; set; }
Property Value
Workflow
The ID of a Model Derivative workflow the scope is set to. Present only for Model Derivative events.
See Creating a Webhook and Listening to Model Derivative Events for more information.
[DataMember(Name = "workflow", EmitDefaultValue = false)]
public string Workflow { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object
public override string ToString()
Returns
A string representation of the object.