Ejemplo n.º 1
0
        private string ExportChannel(List <int> channelIdList)
        {
            var exportObject = new ExportObject(SiteId, AuthRequest.AdminName);

            return(exportObject.ExportChannels(channelIdList));
        }
Ejemplo n.º 2
0
        private string ExportChannel(List <int> channelIdList)
        {
            var exportObject = new ExportObject(SiteId);

            return(exportObject.ExportChannels(channelIdList));
        }
Ejemplo n.º 3
0
        private string ExportChannel(List <int> nodeIdList)
        {
            var exportObject = new ExportObject(PublishmentSystemId);

            return(exportObject.ExportChannels(nodeIdList));
        }