Get IRC objects
Returns collection of IRC objects that are publishable along with their attributes. This method helps a publishing target discover the complete schema or meta data of objects exposed by IRC.
Syntax:
Public IBizObjectCollection GetBizRightsObjects(AuthInfo objAuthInfo);
Parameters:
Parameter | Description |
---|---|
Auth Object | Authentication object with IRC user name and password provided to the application consuming the web service. |
Example
BizRightsPublishingFramework.PublishingWebServices objMyImplementation = new
BizRightsPublishingFramework.PublishingWebServices();
BizRightsPublishingFramework.IBizObjectCollection objBizObjectsCol = new
BizRightsPublishingFramework.IBizObjectCollection();
objBizObjectsCol = objMyImplementation.GetBizRightsObjects(objAuthInfo);