CHAOS.Portal.Client.MCM.Extensions.ObjectExtension.SetPublishSettings C# (CSharp) Method

SetPublishSettings() public method

public SetPublishSettings ( System.Guid objectGUID, System.Guid accessPointGUID, System.DateTime startDate, System.DateTime endDate ) : IServiceCallState>
objectGUID System.Guid
accessPointGUID System.Guid
startDate System.DateTime
endDate System.DateTime
return IServiceCallState>
		public IServiceCallState<PagedResult<ScalarResult>> SetPublishSettings(Guid objectGUID, Guid accessPointGUID, DateTime? startDate, DateTime? endDate)
		{
			return CallService<PagedResult<ScalarResult>>(HTTPMethod.GET, objectGUID, accessPointGUID, startDate, endDate);
		}
	}