IP*Works! SSL V9 - Online Help
IP*Works! SSL V9
Questions / Feedback?

ResourceProperties Event

Fires for each entry returned through a property search.

Syntax

[VB.NET]
Public Event OnResourceProperties As OnResourcePropertiesHandler
[C#]
public event OnResourcePropertiesHandler OnResourceProperties;

public delegate void OnResourcePropertiesHandler(object sender, WebdavsResourcePropertiesEventArgs e);

class WebdavsResourcePropertiesEventArgs : EventArgs {
  string ResourceURI {get;}
  string ResourceProperties {get;}
}

Remarks

The ResourceProperties event is fired when resource properties are received as a response to FindProperties.

The StartTransfer and EndTransfer events mark the beginning and end of the event stream.

The ResourceProperties contains the full XML containing the properties of the resource.

ResourceURI contains the name of the resource.

The parsed property names, values, and status are contained within the Properties collection .

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0